由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - hashtable question
相关主题
Re: 请教一道题目弱弱的问问hash, hashtable? (转载)
这个条件语句如何写?分别用LinkedList和HashMap构建字典树(Compact Trie)怎么做
c+= 怎么实现 hashtable 的?3sum problem
[合集] 讨论一道很简单的题...一个hash table的简单问题
这个perl的简单小程序为什么不work? (转载)Interview questions about hash function
请问关于hash table的大小设定问题。 (转载)STL map
C++ 有现成的 hashtable 库吗?slack got hacked, 没一个安全的
问几个关于hash, map, set的问题 (转载)consistent hashing实际应用
相关话题的讨论汇总
话题: collision话题: hashtable话题: question话题: solve话题: hash
进入Programming版参与讨论
1 (共1页)
s**n
发帖数: 178
1
To solve the collision problem of hash table, i.e., two or more values
hash to the same key, a chain/list can be used. What are other methods
to solve collision problem?
Thanks.
y****i
发帖数: 156
2
Check the data structure book
or
http://en.wikipedia.org/wiki/Hash_table#Collision_resolution
Collision resolution
There are a number of collision resolution techniques, but the most popular
are chaining and open addressing.

【在 s**n 的大作中提到】
: To solve the collision problem of hash table, i.e., two or more values
: hash to the same key, a chain/list can be used. What are other methods
: to solve collision problem?
: Thanks.

1 (共1页)
进入Programming版参与讨论
相关主题
consistent hashing实际应用这个perl的简单小程序为什么不work? (转载)
how to use hashtable in C++请问关于hash table的大小设定问题。 (转载)
问一个parse text 的问题C++ 有现成的 hashtable 库吗?
c++古怪问题。。。。 (转载)问几个关于hash, map, set的问题 (转载)
Re: 请教一道题目弱弱的问问hash, hashtable? (转载)
这个条件语句如何写?分别用LinkedList和HashMap构建字典树(Compact Trie)怎么做
c+= 怎么实现 hashtable 的?3sum problem
[合集] 讨论一道很简单的题...一个hash table的简单问题
相关话题的讨论汇总
话题: collision话题: hashtable话题: question话题: solve话题: hash