Next Hash Hash Hash 33

Collisions

Here's how Python handles collisions:

If you don't find what you are looking for, continue with a linear search.

Worst-case lookup time is also O(n)

When the table starts to get too full, Python rebuilds it similarly to Perl


Next 33