HashTable collision

HashTable is a data structure that maps key to values. No-null object is allowed by both key and value.

In the context of a hash table, the term "collision" is usually used for the situation where two unequal keys have the same hash code. They still need to be treated as different keys.

posted on 2016-01-25 11:24  touchdown  阅读(210)  评论(0编辑  收藏  举报

导航