资源列表
Lib2_1
- 圆括号匹配问题。(1) 圆括号包括“(), [], {}”三对; (2) 要用到栈来进行匹配,遇到左括号进栈,遇到右括号弹栈进行匹配判断;-Parenthesis matching problem. (1) the parentheses including (), [], {} three of (2) to use the stack to the match, encounter left bracket into the stack, the stack met right
Work
- 算法-分支限界法-任务分配问题 数组的话可以自己修改-algorithms-branch and bound method- work assignment problem
Kmp
- 这就是传说中的KMP算法,比较不错,可以研究下-This is the legendary KMP algorithm, is good, can study
ShellSort
- 这是一个学习数据数据结构时候编写的一个希尔排序算法,分享该大家-This is a learning data when data structure to write a hill sorting algorithms, share the all
SelectSort
- 经典的选择排序算法,值得学习,学习数据结构的都会-This is a selection sort algorithm
HeapSort
- 这是一个经典的堆排序算法,不错的学习经典-This is a pile of sorting algorithm
guibinpaixu
- 归并排序和二叉线索树的c++源码,有详细注释-Clues to merge sort and binary tree of the c++ source code, there are detailed notes
decompress
- Lempel-Ziv-Welch decompress,LZW解压的代码,使用c++编写-Lempel-Ziv-Welch decompress, coded by C++
compress
- (Lempel-Ziv-Welch)LZW压缩的源代码,使用c++编写的,无测试用例,可直接使用 -Lempel-Ziv-Welch compress
LinearTable
- LinearList,线性表,本代码主要是sorted chain,使用c++实现-sortedList implemented by C++
skepTable
- skipList,跳表。使用c++实现,无测试用例,可直接加到项目中使用-skipList,can be directly put into projects.
hashTable
- 哈希表(hash table),在visual c++中,分别使用链表和数组来实现的,可直接调用-hash table, complemented with linkedList and array by visual c++