aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2015-03-31 12:54:01 -0500
committerepochqwert <epoch@hacking.allowed.org>2015-03-31 12:54:01 -0500
commit5fc8d2a2fbbe55fb3f92c4edd216f9e96d21a288 (patch)
tree8aecb5ad9887edf3d5261ebe0cc5f2263497fa87 /README.md
downloadlibhashtable-5fc8d2a2fbbe55fb3f92c4edd216f9e96d21a288.tar.gz
libhashtable-5fc8d2a2fbbe55fb3f92c4edd216f9e96d21a288.zip
init commit after splitting from segfault
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ba0967b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+C implementation of hashtables.
+Uses linked lists in each node to manage hash collisions.