All Stories published by 100 days of algorithms on June 03, 2017

Day 71: Hash Table — chaining

Hash table is an amazing data structure that is capable to store and retrieve data in a fast and robust way.

Alpha and Omega of the structure is a hash function. This is a deterministic function that takes an input key and transforms it onto an…

About
100 days of algorithms
100 days, 100 algorithms - a challenge consisting of many small pieces
More information
Tags
Editors