资源列表
CPP--MGraph
- 《数据结构》课程中,图的邻接矩阵存储,用C/C++编程实现。-Data structure course, graph the adjacency matrix storage, use C/C++ programming realization
ALGraph
- “图”的邻接表表示法,用C语言编程实现,包括定义、遍历、查邻接点、输出等。-The chart adjacent table representation, use the C programming language implemented, including definition traverse check adjacency points out
array_priority
- 利用数组实现优先队列,Use array to realize the priority q-Use array to realize the priority queue
link_priority
- 利用链表实现优先队列Use to achieve the priority q-Use to achieve the priority queue
whole-array
- 递归实现全排列(c++实现)dev下通过编译-Recursive implementation of the whole array
rtrtr
- 快速排序算法用c语言递归实现Quick sort algorithm C language recursive realization-Quick sort algorithm C language recursive realization
AVL
- AVL树也就是平衡二叉树的实现,希望有帮助。-The implementation of AVL Tree.
kuohaopipei
- 用二叉树的各种遍历来实现括号匹配,里面有4个遍历-The binary tree traversal to brace matching, which has four traversal
queue
- 利用堆排列这个算法去实现优先队列功能.是树排列其中一个方法。-one kind of tree selection sort
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
diannaoshusousuo
- 提供一种电脑鼠走迷宫的搜索算法代码,能够为你减少工作量-Search algorithm of a computer mouse
6
- 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-eight Queen
