Hash Integer
Hash Strings
Linear Probing: f(i) = i
Quadratic Probing: f(i) = i * i
Double Hashing: f(i) = i * hash2(elem)
Animation Speed
w: h: