Discussion on Hash Tables

Discover more aspects regarding hash tables.

We'll cover the following

Hash tables and hash codes represent an enormous and active field of research that is just touched upon in this chapter. The online Bibliography on HashingBibliography on hashing. URL: http://liinwww.ira.uka.de/ bibliography/Theory/hash.html [cited 2011-07-20]. contains nearly 2000 entries.

A variety of different hash table implementations exist. The one we discussed before in this chapter is known as hashing with chaining (each array entry contains a chain (List) of elements). Hashing with chaining dates back to an internal IBM memorandum authored by H. P. Luhn and dated January 1953. This memorandum also seems to be one of the earliest references to linked lists.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy