← Home

Hash Table Game

Score: 0 Round: 1 Streak: 0 🔥
Hash Function: h(key) = key % TABLE_SIZE
Hash Table (size=7):
IndexKeyStatus

How to Play

Hash tables map keys to indices using a hash function. Predict hash values, detect collisions, or trace probe sequences!