[学习笔记] 哈希表

来源:互联网 发布:全民淘宝客工具 编辑:程序博客网 时间:2024/06/06 02:49

一. Hash table 数据结构

     http://zh.wikipedia.org/zh-cn/%E5%93%88%E5%B8%8C%E8%A1%A8

    从头到尾彻底解析Hash表算法  http://blog.csdn.net/v_july_v/article/details/6256463


二. Java中Hash table的实现 --- HashMap


三. 哈希函数

    General Purpose Hash Function Algorithms   http://www.partow.net/programming/hashfunctions/index.html

0 0