CodingBison

Hash tables (or hash maps) are used to store element and check if they exist during the program.

Hash Tables are used in the following formats:

There are various pattern associated with Hash tables such as:

Java comes with its own LinkedHashMap where elements in a map are also linked ( http://www.codingbison.com/java-collections/java-collections-linked-hash-map.html ). LinkedHashMap can be effectively used in the following scenarios:





comments powered by Disqus