资源列表
tree
- 树的前序的非递归遍历,中序的非递归遍历,后序的非递归遍历-Pre-order tree traversal non-recursive, non-recursive inorder traversal, postorder traversal non-recursive
TopologicalSort
- 数据结构的课程设计,关于拓扑排序。实现了一个拓扑排序的程序,可以用来交数据结构作业-Data structure course design, on the topological sort. Implements a topological sort of program, data structures can be used to pay operating
dictionary
- 电子词典的创建链表程序,将文本文档内的内容放入链表中,为后续的查找做准备。-Program to create lists of electronic dictionary, the contents of the text within the document into the list in preparation for the subsequent search.
horse
- 将马随机放在国际象棋的8* 8 棋盘Bord[8Ⅱ8]的某个方格中,马按走棋规则进行移动。要求每个方格上只进入一次,走遍棋盘上全部64个方格。 -Grid of the horse were randomly placed in the 8* 8 chess board Bord [8 Ⅱ 8] of a horse by playing chess rules to move it. Requirements on each square only enter once traveled
Chap8_ExtSort
- 建立在数据结构上的外排序源码,具体内容见rar,里面在必要处有注释。-Data structure built on the sort of foreign source, see the specific content of rar, which are necessary at the comments.
Chap8_ExtSort
- 本程序实现了败者树等外排序方式,封装性好,代码强壮-program of the master tree outer Sort, Packaging and good strong code
dashuzuoye
- 简单的大数加减乘除开方等运算,采用顺序栈完成数据的运算。-Tarsus simple arithmetic square root operation, sequential stacks for data operations
C
- C语言描述的常用算法 很有用的 希望有帮助-C language to describe the commonly used algorithms useful want to help
DynamicPlan
- 动态规划算法的实现源代码,分析和阐明了动态规划法的使用-Dynamic programming algorithm source code, analyze and illustrate the use of dynamic programming
maze
- c语言完成的数据结构几个小算法游戏包括迷宫求解等-C language of complete data structure several small algorithm game includes maze solution, etc
jiaotong
- 实现城市交通网的构建,查询,交通方法有飞机火车汽车可以实现金钱最少路程最短等查询路径-Urban transport network, query, traffic plane or a train car money can achieve at least from the shortest query path
ExtSort
- 树(Tree)中的各种经典操作,如遍历,查找节点,删除节点,等等.
