Skip to content

yunophilic/HashTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

HashTable

C++ hash table class to store strings. Separate chaining is used for collision handling and hence a linked list data structure is used in the class implementation. Horner's method is used to prevent overflow of large strings. A test program and a Makefile is provided to test the hash table class.

About

C++ Hash Table class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published