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.
-
Notifications
You must be signed in to change notification settings - Fork 0
yunophilic/HashTable
About
C++ Hash Table class
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published