h(key) = key % TABLE_SIZE
Hash tables map keys to indices using a hash function. Predict hash values, detect collisions, or trace probe sequences!