aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index dc13fd6..ee8d7c4 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
-# Algorithms and Data Structures
+# Type-safe Generic Algorithms and Data Structures for C
-- Red-black tree
-- Augmented red-black tree
+- Generic Red-black tree
- Generic Vector
- Generic Priority queue
-- Murmur Hash
- Generic Hash Table
+- Generic quick sort
+- Augmented red-black tree
+- Murmur Hash
- String utilities
- Region-based memory management
-- Generic quick sort
## Build