资源列表
CPermutation
- 也是一个类,实现排列算法,用于acm中的穷举-Is also a category, to achieve order algorithm for the exhaustive acm
lianbiao
- 本代码提供了链表的生成建立与遍历,链表是数据结构最重要的一环-to establish a list
Cpp1
- 二叉树遍历。数据类型为字符型,以中序,后序遍历为方向-Binary tree traversal. Data type for the character to the order, the order of traversal for the direction
8q
- 8 皇后算法经典算法,可以扩充到很大数字-8 queen algorithm
2
- 大学数据结构课程 栈的基本操作 自测通过。-University of stack data structure courses basic operation self-test passed.
arrayoperation
- 数组运算示例,演示二维数组的存储方式(不同于其它语言)以及数组的运算和输出方法。-example of array operations. Demostration of storage (unlike other languages) , operation and output method of two dimensional array.
Tree
- 最小生成树问题,给定一个无向图,求最小生成树-Minimum spanning tree problem, given an undirected graph, and minimum spanning tree
prim
- 普里姆算法,求图的最小生成树问题。用的是C语言,比书上的详细。-Prim algorithm, and the minimum spanning tree problem Fig. Using the C language, the detailed than the book.
shuanxiaomaopao
- 实用数据结构基础(第三版),实验,双向冒泡排序-Based the practical data structure (third edition), experiment, two-way bubble sort
Text-Justification
- 给定一组单词和长度,格式文本,每一行有L人物和完全(左和右)合理的。 你应该包你的话在一个贪婪的方法,也就是说,包尽可能多的单词可以在每一行。垫额外空间“必要时,每一行有L字符。 单词之间额外的空格应该尽可能均匀分布。如果空间的数量在一个单词之间不匀,左边的空槽将分配更多的空间比右边的插槽。 最后一行文本,应该向左对齐,没有单词之间插入额外的空间。-Given an array of words and a length L, format the text such tha
VerifyBSTPosOrder
- 验证一个输出序列是否为一个二叉树的后续遍历-Validation of a follow-up traversal output sequence is a binary tree two