top | item 7458053 (no title) bitkrieg | 12 years ago > We built hash tables by converting strings to integers and then using modulusWhat's wrong with that? discuss order hn newest Taek|12 years ago https://programmers.stackexchange.com/questions/49550/which-...We were essentially doing the lose-lose algorithm. It's a functioning hash table but there's a lot of room for improvement. bitkrieg|12 years ago Ah, ok. Using something like loose-loose as hash function is indeed a terrible idea.
Taek|12 years ago https://programmers.stackexchange.com/questions/49550/which-...We were essentially doing the lose-lose algorithm. It's a functioning hash table but there's a lot of room for improvement. bitkrieg|12 years ago Ah, ok. Using something like loose-loose as hash function is indeed a terrible idea.
bitkrieg|12 years ago Ah, ok. Using something like loose-loose as hash function is indeed a terrible idea.
Taek|12 years ago
We were essentially doing the lose-lose algorithm. It's a functioning hash table but there's a lot of room for improvement.
bitkrieg|12 years ago