资源列表
tws_10-2
- 哈希表与快速排序查找字符串不同-Hash table with a different search string quicksort
quick
- 本程序实现快速排序功能,其中有本人一些创新之处-The program for fast sorting, a number of innovations which I
BinaryTree
- 程序输入是一个(扩展)二叉树的先序序列。例如:扩展二叉树先序序列为ab#d##ce###。其中#代表空指针。 编写程序实现二叉树的如下操作: 1) 建立二叉链表 2)二叉树的先序、中序、后序遍历 3)求解二叉树的叶子结点个数 4)将二叉树中所有结点的左、右子树相互交换 -Program input is a (extended) binary tree inorder sequence. For example: the first order extended binary
Binary-search
- 折半查找。具体是对程序中查找功能的修正,使其效率增加。-Binary search. Is a program to find the specific features of the amendment, to increase its efficiency.
shujuyuchuli
- 统计数据的预处理源程序大全,数据的平滑处理,数据的标准化转换,数据的极差归一化变换-Daquan source of statistical data pre-processing, data smoothing, standardization of data conversion, data conversion of poor normalization
algorithm
- 一本介绍各种算法的经典书籍,计算机算法设计与分析-A classic book introduces a variety of algorithms, algorithm design and analysis of computer
binarytree
- 用二叉链表作为二叉树存储表示编写递归算法。设计思路及调试结果在上机报告内。程序文件在附件中,需包含头文件。-List as a binary tree with binary memory, said write recursive algorithms. Design ideas and results on the machine commissioning report. Program files in the attachment, the need to include the he
work83
- Flatopia是个很平的地方,政府想要修高速公路,以解决交通问题。高速公路系统能使得驾驶能够不出离此系统就能够在任意两城之间通行。城镇编号1~N,每条高速路连接两个城镇,所有高速路都是直线的,双向使用的。但是一个驾驶员只能在公路的尽头的城镇改变线路。当地政府想要尽量减少所需修建最长公路的长度,然而,必须保证每一个城镇都是可以达到的。 输入: 处理情况。 由一个矩阵代表了每两个镇之间的距离,每个情况末尾是空行。 二、 算法分析: 题目抽象后可得,给定一个图,要求找到一个
graph
- 图的深度优先与广度优先遍历源代码,可直接使用-Graph depth-first and breadth-first traversal
migong
- 运用数据结构的知识编写的小游戏迷宫,主要用到栈,队列,二叉树等知识。-Use knowledge of data structures written in a small maze game, mainly used in stacks, queues, binary trees and other knowledge.
stack
- 利用栈实现迷宫最短路径,代码可以直接使用-Stack to achieve the shortest path using the maze, the code can be used directly
tupu
- 拓扑排序源代码,程序可以直接使用,简单明了-Topological sort source code, programs can be
