aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2024-03-24 09:36:51 +0800
committerMistivia <i@mistivia.com>2024-03-24 09:36:51 +0800
commit1208bdd0fccc5f1e380053d8e0a7f4df6fe8f805 (patch)
treea4fddb7211a2782b3934cf02d80ef6d1734ec1c2 /README.md
git init
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
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