Tag
#hashing
2 articles tagged hashing.
DSAintermediate
Hash Tables Explained: How Maps and Sets Get O(1) Lookups
A diagram-first guide to the hash table data structure: hashing, buckets, collisions, chaining, load factor, resize, equals/hashCode contract, time complexity, and hash map interview questions.
18 min read
LLDintermediatePremium
Music Recognition LLD: How Shazam Turns a Noisy Hum into a Constellation of Hashes
A low-level design walkthrough of audio fingerprinting like Shazam: reducing a spectrogram to peak landmarks, hashing point pairs, and matching a noisy snippet by voting on a consistent offset.
12 min read