搜索资源列表
hash
- 设计高效算法往往需要使用Hash链表,常数级的查找速度是任何别的算法无法比拟的,Hash链表的构造和冲突的不同实现方法对效率当然有一定的影响,然 而Hash函数是Hash链表最核心的部分,本文尝试分析一些经典软件中使用到的字符串Hash函数在执行效率、离散性、空间利用率等方面的性能问题。-The design of efficient algorithms often need to use the Hash list, find th
Chapter 5 字符串 Strings
- 普林斯顿算法课string部分的核心算法(the key algorithms of String part in algorithm part 1 of princeton university)