资源列表
Maze1
- 电脑鼠走迷宫,自动搜狐路径,以最快速度到达终点-Computer Mouse Maze, Auto Sohu path, with the fastest speed to reach the terminal
tree
- 树的建立与基本操作,有树的创建,输入数据为广义表方式,采用孩子兄弟法进行存储-tree operation, create, output, and so on.
4
- (1)已知一棵完全二叉树存放于一个一维数组T[n]中,T[n]中存放的是各结点的值。试设计一个算法,从T[0]开始顺序读出各结点的值,建立该二叉树的二叉链表表示。 (2)二叉树的双序遍历(Double-order traversal)是指:对于二叉树的每一个结点来说,先访问这个结点,再按双序遍历它的左子树,然后再一次访问这个结点,接下来按双序遍历它的右子树。试写出执行这种双序遍历的算法。 -(1) known to a complete binary tree stored in a o
DynaLnkList
- 用C语言实现线性表的动态链式存储操作(C语言版)-Linear table with a C language dynamic chain store operations (C language version)
tuopuguanxi
- 拓扑关系的自动生成算法,是以C++语言为基础的代码,-tuopu
minmax
- 極小極大搜尋法附註解,可以應用在各種遊戲樹上,更進階的是使用alpha_beta去剪枝-Note Minimax search solutions can be applied in a variety of game tree, the more advanced is the use of alpha_beta to prune
Data_Structure_Guid_in_your_compus
- 数据结构 校园导游系统 这是针对清华大学的严蔚敏数据结构书的 恩恩 你们懂得-Campus tour guide system data structure
sort_algorithm
- 随机产生一组m到n之间的一组整数,对这一组整数编写常用的排序函数:直接插入排序、冒泡排序、快速排序、堆排序、归并排序。-Randomly generated between a set of m to a set of n integer, often used for the preparation of this group of integer sorting function: direct insertion sort, bubble sort, quick sort, heap so
NOIP_ACM_Contest
- 数据结构和算法讲解,里面有NOIP,ACM竞赛的老师PPT和某个专业方面的深层次了解。里面的有些算法研究的相当深入,值得深入学习。-Explain data structures and algorithms, which has NOIP, ACM contest PPT and a professional teacher' s deep understanding. There' s some pretty in-depth study of algorithms, it is
sashujiecheng
- 用链表实现的大数阶乘,效率并不是很高,但是应该对初学者很有帮助。这是我们的实习作业,希望能够给人以参考-Factorial of large numbers with the list to achieve efficiency is not very high, but should be helpful for beginners. This is our practical work, hoping to give a reference
zuiduanlujin
- 利用邻接矩阵构造图,并求出某一顶点到其余顶点的最短路径并打印输出。-Using the adjacency matrix structure maps, and find the rest of the vertices of a vertex to the shortest path and print output.
mafuman
- 数据结构 哈夫曼编码译码和迷宫 完整代码 课设报告-Huffman coding and decoding data structures and labyrinth design report complete code class