diff options
| author | Mistivia <i@mistivia.com> | 2024-03-24 09:36:51 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2024-03-24 09:36:51 +0800 |
| commit | 1208bdd0fccc5f1e380053d8e0a7f4df6fe8f805 (patch) | |
| tree | a4fddb7211a2782b3934cf02d80ef6d1734ec1c2 /README.md | |
git init
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 |
