/Hashing

Hashing in C.

Primary LanguageC

Hashing in C

Implemented hashing in C.

  • creating a hash table
  • lookup for an element in hash table
  • insert an element to hash table
  • hash function
  • delete the hash table