From c3856f9f1db26ab379dae9e750dc7b8b42705255 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Mon, 14 Nov 2016 18:00:49 +0000 Subject: made the Makefile a bit more sane. --- README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README (limited to 'README') 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. -- cgit v1.2.3