搜索资源列表
hashish.tar
- 常用字符串hash算法,可以用于bloom算法,用于匹配-string hash alogrithm list,can be used for bloom algorithm
RankMaximalMatchings.ps
- 排列数最大的偶图匹配算法,效率比传统的算法高-rank maxminum biparite matching alogrithm has higher effcient than traditional algorithm
Datastruct
- 实现数据结构中的队列,堆栈,二叉树,还有众多的排序算法。-inplemented data stricture such as queue,stack,tree and there are many alogrithm about sorting
quick_sort
- 算法课程的快速排序的实现,快速排序的精华在于partition函数的实现,本实现中分别采用了原始的partition和随机化的partition,以便于达所期望的速度。-the implementation for quick sort in the course of alogrithm.The essence of quick sort lies in the implementation of the function partition.The code contains two iml
STL--Data-strcture-and-Alogrithm
- 数据结构C++语言描述——应用标准模板库(STL)(第2版) 源代码-Source Code for STL-Based Data structure and Alogrithm for C Plus Plus Programing
