资源列表
a.doc
- 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(给出程序执行过程栈的变化过程与圆盘的搬动状态)。 5)
migong
- 数据结构课程设计报告及代码 C语言环境 迷宫问题的设计 -Data structure curriculum design reports and code C language environment maze design issues
- 数据结构课程设计之最小生成数的K算法的实现 简短 简洁-Curriculum design data structures to generate the minimum number of K algorithm short concise
KDTree
- 处理网格数据点的KDTREE数据结构程序,剔除相同的点-Dealing with grid data points KDTREE data structure procedures, remove the same point
MIgong
- 利用回溯法求解迷宫问题,数据结构使用链表。 这是一次数据结构作业-Use of backtracking maze solving problems, the use of linked list data structure. This is a data structure operation
shortpath
- 利用临界矩阵求解又向图的最短路径,并输出权值和最短路-The use of critical matrix also plans to solve the shortest path, and the right output value and the most short-circuit
InsertAndMergeSort
- 插入排序与合并排序的算法描述等,以及它们的实现代码。-Insertion sort and merge sort algorithms described, as well as the realization of their code.
iiii.ar
- 数据结构的可见PPT 很好 很清楚的一个 希望大家喜欢-PPT data structure can be seen very clearly a very good hope that we like
TopologicalSort
- Visual C++ 实现拓扑排序功能-Visual C++ Achieve topological sorting function
Editor
- Visual C++ 实现 文本编辑器功能-Visual C++ Achieve a text editor features
2
- 迷宫问题希望大家能够用的上啊里面是非递归算法-Maze problem hope that we can use on non-recursive algorithm inside ah
MERGESORT
- 合并排序算法实现,排序算法中的合并排序,自己体验-Merge sort algorithm, sorting algorithm to sort the merger, their own experience
