summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2016-11-14 18:00:49 +0000
committerepochqwert <epoch@hacking.allowed.org>2016-11-14 18:00:49 +0000
commitc3856f9f1db26ab379dae9e750dc7b8b42705255 (patch)
tree4b62455708c77f53dc5a400e7e1b13337af63a81 /README
parent09432da65f5adca6316cf1a37f2c8d61338c8222 (diff)
downloadlibhashtable-c3856f9f1db26ab379dae9e750dc7b8b42705255.tar.gz
libhashtable-c3856f9f1db26ab379dae9e750dc7b8b42705255.zip
made the Makefile a bit more sane.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ba0967b
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+C implementation of hashtables.
+Uses linked lists in each node to manage hash collisions.