Hash Tables
What's a Hash Table
This is a data structure seen and proven to be very efficient for data storage, insertion, and retrieval. Unlike an array data structure, hash tables store their data in a key to value pair format, at least on a higher level.
Con...
blog.codemon.me4 min read
Osinachi Chukwujama
Web developer + Technical Writer
Nice one chief. Maybe you could write another article detailing the hashing functions of common languages.