资源列表
hdu1698
- ACM,杭电1698,屠夫的钩子,区间求和问题,经典的线段树问题-ACM, Hangzhou Xinhua 1698, butcher' s hook, interval summation problem, the classic problem of segment tree
mintree
- 最小生成树,函数,画图,需要再自己编个主函数-min tree
TowerOfHanoi
- 本人写的汉诺塔源代码,采用递归,只用9行。欢迎数据结构与算法的爱好者与我联系
insert_sort
- 排序中的insert_sort是用的最多的一个排序方法啦-Sort of insert_sort is one of the most sort method you
HeapSort
- 实现堆排序算法,里面自带了一个例子,是初学者必学的一个数据结构算法-Heap sorting algorithm implementation, which comes with an example, a beginner must learn a data structure algorithms
uva439-Knight-Moves-
- uva439 Knight Moves的代码,并且在UVaOJ上通过了-uva439 Knight Moves the code, and adopted the UVaOJ
erchashu
- 数据结构中二叉树的遍历,对二叉树进行先序,中序,后序遍历,其中要用到循环查找-Traversing the binary tree data structure, the first sequence of binary tree, in order, post-order traversal, which use to find circular
tStudyP
- 一个简单基本的快速排序,对于算法的入门学习有帮助-A simple basic quick sort, started learning algorithm for help
queue
- 以一个M×N的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。-Maze problem
Merge-sort
- 一个归并排序函数代码,用归并的思想对某一数组进行排序,可以被直接调用来使用-A merge sort function code, by merging thought of a sort an array, can be called directly to use
Heap
- Heap Short in data structure
Regular_Expression_Matching
- 正则表达式的匹配,是leetcode中的算法题-Regular expression matching is the algorithm in question leetcode