资源列表
4-8
- 利用深度优先来进行迷宫问题的解决,使用的主要数据结构是栈。-To carry out the maze using depth-first solution to the problem, use the main stack data structure is
4-8_4
- 利用广度优先进行迷宫问题最短路径的解决,使用的主要数据结构是队列-Breadth-first to use the shortest path to solve maze problems, using the main data structure is a queue
2Treeback
- 创建二叉树,由中序和后序(或后序)恢复二叉树。-The creation of a binary tree,In the sequence and sequence (before or after sequence) resume binary tree
4sort
- 实现了插入排序,快速排序,归并排序,堆排序4种排序。-Realize the insertion sort, quick sort, merge sort, heap sort four sort
dijkstra
- Java语言编写的迪杰斯特拉算法,通过演示以及代码的分析可以帮助大家掌握此算法。-Java language Dijkstra algorithm, demos, and code analysis can help us grasp the algorithm.
STACKS
- 堆栈、队列的链式实现 基本要求:所设计的程序要有简单的DOS界面,方便用户进行操作,完成以下功能: 以链式存储方式,实现堆栈的入栈、出栈、取栈顶元素功能。 以链式存储方式,实现带表头结点的循环队列的入队、出队、取队首元素、求队列长度。 查找出队列中的最大元素。 利用所实现的堆栈对队列中元素进行逆置,并将结果输出到文本文件中。 提高要求: 系统运行时能从文本文件中读取堆栈、队列元素信息,运行结束能将堆栈、队列最新元素信息保存至相应文件中。-Stack, queue ch
Huffman
- 实现huffman树的编程实现,比较函数很新颖,值得借鉴。-Implement huffman tree programming, more functions are new, worth learning from.
Eight-Queen
- 八皇后程序,代码不是很长,简单易懂,很方便很好用-Eight Queens program, the code is not very long, easy to understand, easy to use good
CPP_map
- 图的基本结构,及基本操作,包括最短路径树,最小生成树的Prim算法和克鲁斯卡尔算法-Map the basic structure and basic operations, including the shortest path tree, Prim' s minimum spanning tree algorithm and Kruskal algorithm
1213123
- 经典的排序方法,冒泡排序,希望大家喜欢!-failed to translate
hash-file-analysis-
- 利用boost/regex对日志文件分析的代码实现-code realization about log file analysis
75448152MinTree
- 一个关于最小生成树的算法,比较好,初学者可以借鉴,值得一看-A minimum spanning tree algorithm on, better, beginners can learn, worth a visit
