On Thursday, 22 July 2021 at 05:53:01 UTC, jfondren wrote:
No. Consider https://programming.guide/hash-tables-open-vs-closed-addressing.html
The page says :
A key is always stored in the bucket it's hashed to.
What if my keys are always unique?
On Thursday, 22 July 2021 at 05:53:01 UTC, jfondren wrote:
No. Consider https://programming.guide/hash-tables-open-vs-closed-addressing.html
The page says :
A key is always stored in the bucket it's hashed to.
What if my keys are always unique?