From 1efedbdd9f040810ebe7ff63f736e863c36ac82a Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 11 Jul 2020 15:46:37 -0600 Subject: Start assignment 2 --- src/02/04/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/02/04/README.md (limited to 'src/02/04') diff --git a/src/02/04/README.md b/src/02/04/README.md new file mode 100644 index 0000000..235f0a6 --- /dev/null +++ b/src/02/04/README.md @@ -0,0 +1,5 @@ +Implement a commonly used hash table in a program that handles collision using linear probing. + +Using (K mod 13) as the hash function, store the following elements in the table: + +{1, 5, 21, 26, 39, 14, 15, 16, 17, 18, 19, 20, 111, 145, 146}. -- cgit v1.2.3