Matrix Hashing uses two hash functions and a 2D array to achieve O(1) lookups with minimal collisions and a small sorted overflow for scalable systems. https://hackernoon.com/matrix-hashing-two-level-collision-resolution-for-scalable-lookups #hashing
