A hash table is a data structure that is used to store key-value pairs. Unlike arrays, hash tables are not ordered, and because of that they are much faster than arrays at finding values. Hashes are used for many reasons, including: protecting data, storing data, and securing data.

8m read timeFrom jomariepolanco.medium.com
Post cover image
Table of contents
What makes a good hash?Implementing a Hash FunctionPrime Numbers and Why They WorkCollisions
1 Impression