资源列表
BinarySearchTree
- 按键盘输入顺序,二叉搜索树的建立,前序,中序,后序周游算法。链式存储。-Keyboard input order, the establishment of the binary search tree, preorder, inorder and postorder travel around the algorithm. Chain store.
hash
- 这是一个有关于hash排序的算法,里面的是代码,很详细。-this is the code which about hash array.
shell
- 一个关于shell排序的代码,很实用,而且效率高。-A shell of the sort of code, very practical, and high efficiency.
Contacts
- 采用链表编写的通讯录,可以输出TXT文件。 该通讯录具有查找,修改,删除等功能。 -Linked list prepared by the contacts, and can output TXT file. The address book has a find, modify, and delete functions.
Saint-Venant-equations
- 圣维南方程组计算程序 vb开发 进行河道水流模拟计算-Saint-Venant equations vb development of computational procedures for river flow simulation
6
- 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-eight Queen
POD
- 漫湾水电站优化调度,运用算法为动态规划方法,内含文档说明。-Manwan Hydropower Optimal Scheduling
diannaoshusousuo
- 提供一种电脑鼠走迷宫的搜索算法代码,能够为你减少工作量-Search algorithm of a computer mouse
1
- 1)使用先序遍历序列构造算法,使用二叉链表,表示算术表达式2*3+6/3的标识符树; 2)求标识符树的先序、中序、后序序列,各存入数组中并显示结果; 3) 求树中叶子结点的个数 附加:3)使用后序序列求表达式的值(使用栈实现); -1) Use a preorder traversal sequence construction algorithm, using the linked list of binary, indicating that the arithmetic
queue
- 利用堆排列这个算法去实现优先队列功能.是树排列其中一个方法。-one kind of tree selection sort
kuohaopipei
- 用二叉树的各种遍历来实现括号匹配,里面有4个遍历-The binary tree traversal to brace matching, which has four traversal
AVL
- AVL树也就是平衡二叉树的实现,希望有帮助。-The implementation of AVL Tree.
