I want to build my own hash table in C++, using my own linked list.
I wrote:
class hash_table { int filled, max_space; linked_list