资源列表
2.3
- 编程用一维数组模拟一个队列,实现入队列和出队列操作-Programming with one-dimensional simulation of a queue array to achieve up to the queue and queue operation
flury
- 求欧拉回路的弗洛里算法,好像有三个错,包含下,水平有限-Order Euler algorithm Florian loop, it seems there are three mistakes, including under the limited
3.1
- 建立一棵二叉树,编写二叉树的前序遍历,中序遍历,后序遍历的递归算法与非递归算法-The establishment of a binary tree, the preparation of the first order binary tree traversal, in order traversal, postorder traversal of the recursive algorithm with non-recursive algorithm
4.1
- 采用图的邻接表作为图的存储结构,完成有向图和无向图的DFS和BFS操作-The use of maps as a chart table adjacent to the storage structure, the completion of directed graph and undirected graph operations of DFS and BFS
disiti
- (1)录入航班信息(航班数据可以先存储在一个数据文件中,数据结构、具体数据大家自定); (2)查询某个航线的信息(如,输入航班号,查询起降时间、起飞城市、沿途经过的城市及最终抵达的城市,航班票价,票价折扣,确定航班是否满仓,有多少剩余票。又如输入起飞城市或抵达城市,查询飞机航班情况); (3)修改航班信息,当航班信息改变时,应该修改航班数据文件。 (4)完成订票操作(订票情况可以存在一个数据文件中,结构自己设定),如果该航班已经无票,可以提供相关的、可供选择的其他航班信息供用户选择;
shujujiegou
- 实现二叉树的某些功能,并将正确结果返回。-To achieve some of the features of the tree and return the correct result.
Dijkstra
- 实现Dijkstra算法,实现图的遍历并打印路径-Dijkstra algorithm to achieve to achieve map and print the path traversal
Cpp1
- Dijkstra算法,实现图的遍历并打印路径-Dijkstra algorithm, the realization of graph traversal and print path
shangpinguanli
- 数据结构课程设计,商品管理系统,该系统完成商品的录入,显示,查找,增加数据,删除数据以及统计的功能。 -Data structure course design, merchandise management system, which completed the entry of goods, display, find, increasing the data, delete data and statistical functions.
042
- 042 插入排序 简单明了干净的代码。。。容易调试。适合于初学者。。。是不可多得好代码 -good code
neuDS
- 东北大学数据结构课件,相信对学习数据结构的同胞们有用-Northeastern University courseware data structure, I believe in learning data structures useful fellow
LTDT5
- demo BFS,DFS algorithm