diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f990225 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Algorithms and Data Structures + +- Red-black tree +- Augmented red-black tree +- Priority queue +- Murmur Hash +- Hash Table +- String utilities +- Region-based memory management + +## Build + + make + +## Run Tests + + make test |
