From 604001497141672a3e8c03d36437be424fbe442a Mon Sep 17 00:00:00 2001 From: Harun Teper Date: Wed, 24 Jun 2020 16:34:41 +0200 Subject: [PATCH] r --- README.md.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 README.md.txt diff --git a/README.md.txt b/README.md.txt deleted file mode 100644 index afebe0b..0000000 --- a/README.md.txt +++ /dev/null @@ -1,19 +0,0 @@ -Hashtable - Creates a hashtable of size 10 - -void insert(int id, T* n) - Insert or replace data with that key in the table - -T* search(int id) - Return data pointer for that key - -bool remove(int id) - Remove an element with that key - -void restructure() - Doubles the hashtable size and inserts all existing elements - -int getSize() - get hashtable size - -int getElements() - get number of inserted elements - -double getUtilization() - get the average number of elements per inner list - -void print() - print all lists - -int hash(int id) - returns hash value for key \ No newline at end of file