Description: Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash function to store the recorded array called a hash table. Ideally, search, insert, delete operation time are O (1), is a highly dynamic set of structures.
To Search:
File list (Check if you may need any files):
hash.cpp