runtime: interface hash table not Quadratic Probing #41553
Closed
Comments
Which gives the sum of integers 1+2+...+n = n*(n+1)/2 |
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i read soource code about interface hash table. the code say hash use Quadratic Probing. but absolutely not.
this is just h +=i not h +=i *i, this is a special design or a bug?
The text was updated successfully, but these errors were encountered: