Defined in File simple_hash_table.h
A simple hash table implemented as multiple buckets. HashFnc is any extended hash function: HashFnc(key) = {index1, index2, …, }.
Public Functions
Init the number of bins in the hash table.
Find the elements in the hash table whose key is the same as query key.
remove the key-value pair from the table
clear the hash table
Protected Types
Protected Attributes