Hash table implementation in c (Detailed comments on operation)
Two main methods have been implemented:
- open addressing
- separate chaining
- The main branch inlcudes the separate chaining code and there is another branch for open addressing
functions: insert, search, deleteItem, print_table