资源列表
MyQuickSort
- 快速排序法-Quick Sort
BTree
- haskell code for binary trees
least-tree
- 基于Kruskal算法的求最小生成树的源代码-Kruskal algorithm based on the source code for the Minimum Spanning Tree
common-father
- 如何求二叉树的任意两个节点的公共祖先,可以通过编译-How to find a binary tree of the common ancestor of any two nodes, you can compile
DSkeshe
- qt写的数据结构课设:黑白棋。内含人人对战,人机对战。-qt set to write the data structure classes: Othello
DS-laboratory-report
- 数据结构的相关实验,采用C++编程。包括线性表的相关操作以及二叉树的相关操作。-Experimental data structure, the use of C++ programming. Related operations, including linear and binary tree table related operation.
009
- 数据结构的简单算法,对初学者有用,容易懂-A simple algorithm for data structure, useful for beginners, easy to understand
program
- 逆向建立了单链表,并用同样方向进行就地倒置-Reverse established single-strand libraries, and use the same direction for on-site inverted..
a
- 创建两个顺序表,并用快速 排序进行排序,最后将两个顺序表合并到一个新的顺序表并进行排序 -Create two order list, with quick sorting sorted and will last two sequential list merged into a new order form and sorting
btree
- 该文件描述了如何根据一个已知序列建立二叉树。-build tree.
stack
- 栈的描述,包括栈的实现和递归!里面有解释,方便理解-Descr iption of the stack, including the realization and recursion stack! There explanation, easy to understand! ! !
kdtree
- Implementation of k-d tree(including insertion/deletion). Well suited for beginners in advanced Multi-dimensional datastructures and algorithms
