Hashing: Direct Access for Fast Lookups
Instant data retrieval, no searching!
Hashing is a technique that maps data of any size to a fixed-size value (called a hash code or hash value) using a hash function. This hash value is used as an index to store and retrieve data in an array-like structure called a hash table ↳ Hashing enables near-instant data access by mapping keys directly to storage locations.