/ClosedAddressHashing

CZ2001 Algorithms Example Class 2

Primary LanguageC++

Question

Using closed address hashing, compare between different hashing functions.

Our Application

Our dataset is a list of Singapore postal codes and their corresponding street/building names. These data are stored in a closed address hash table. The average CPU time and average number of key comparisons are observed across different hash functions.

Built With

C++ - Programming language
CodeBlocks - The IDE used

Acknowledgements