Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 245 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 245 Bytes

HashTables_in_C

This is a 'C' implementation of Hash Tables using Linked List and Binary Search Tree.

Here KEYS are INTs and VALUES are STRINGs and this data is generated while compiling the program.

To compile the program:

make

./make