Skip to content

Hash table implementation in c (Detailed comments on operation)

Notifications You must be signed in to change notification settings

donheshanthaka/hash-table-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hash-table-in-c

Hash table implementation in c (Detailed comments on operation)

Two main methods have been implemented:

  1. open addressing
  2. separate chaining
  • The main branch inlcudes the separate chaining code and there is another branch for open addressing

functions: insert, search, deleteItem, print_table

Releases

No releases published

Packages

No packages published

Languages