aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyder Hadi <hyder@hyderhadi.xyz>2026-06-09 16:41:55 +0300
committerHyder Hadi <hyder@hyderhadi.xyz>2026-06-09 16:41:55 +0300
commitd54da45fbfe83ef636b8c9218cda4e371e622cd3 (patch)
tree70f51d5727413f1a1f7d2e981ceff463bd9bac98
parentd6b915a043f868611d49e814730ffc2f7c82a048 (diff)
Updated the readme fileHEADmaster
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 999465d..69199c5 100644
--- a/README.md
+++ b/README.md
@@ -44,5 +44,7 @@
- Hash Map with basic functions (learning hash map implementation with linear probing)
`ROOT/HashMap/HashMap.c`
----
+- miniDB that uses my hash map to store persistent data :D
+ `ROOT/miniDB/*`
+---