哈希表

哈希表(Hash Table)是一种结合数组和链表的一种特殊的数据结构, 其中(Key-Value)的Key通过一个散列函数可以得到在哈希表中的位置。

http://blog.csdn.net/duan19920101/article/details/51579136

http://blog.csdn.net/feixiaoxing/article/details/6885657

http://blog.csdn.net/shohokuf/article/details/3932967

http://www.cnblogs.com/wzsblogs/p/5341490.html

 

posted @ 2017-04-24 16:40  Archer.Huang  阅读(111)  评论(0编辑  收藏  举报