Timeline for Design Hash table with simple hash function
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 15, 2014 at 7:17 | comment | added | user7043 | However, the sum MOD k is a bad way of combining the digits into a hash, because it ignores order and has almost no avalanching. It's still fine for an educational project, but in practice it's a pretty awful choice even for hash tables optimized for consecutive/predictable hashes. | |
| Apr 15, 2014 at 6:48 | history | answered | Kilian Foth | CC BY-SA 3.0 |