资源列表
bitreezonghe
- /*综合性试验(排序二叉树) 1.建立一棵排序二叉树(随机产生1000个0~999的数) 2.前、中、反中序遍历 3.统计叶子数、结点数、深度 4.查找、插入、删除 5.求最大、最小值 6.求查找的次数n1,与二分查找作比较(n1>n2,二叉树不均衡) 7.排序算法与中序遍历的效率比较 *8.将上述各步的结果写入文件(result.txt)-/* Test (sort of binary tree) (1) to establish a sort bin
bitree
- 1、以广义表的方式输入二叉树 2--7、三种递归、非递归遍历的结果 8、统计结点数、叶子数 9、求深度(递归、非递归) 10、以反中序方式打印树图的格式-A generalized table input binary tree 2- 7, three recursion, non-recursive traversal results 8, the statistics the number of nodes, leaf number 9, seeking dept
paixu
- 数据结构中各种排序的算法实现: 1.插入排序 2.希尔排序 3.简单选择排序 4.冒泡排序 5.快速排序 6.堆排序 7.归并排序 -Data structures in a variety of sorting algorithms: (1) insertion sort 2 Hill sorting 3 simple selection sort (4) bubble sort 5 quick sort 6. Heap sort
dijkstra
- 基于dijkstra的单源节点的最短路径算法的代码实现-Implemented based on of dijkstra single-source nodes of the shortest path algorithm code
tushuguanli
- 通过这个系统可以完成以下功能:录入图书(注册新书,包括图书的编号、书名、作者、数量)、借阅图书(必须记录借书人的借书证序号、借阅天数和借阅图书的编号,并且可以通过书的编号查找到相应的借书人的资料)、归还图书(删除借阅的记录)、注销旧书(注销图书的编号等信息、将其后的图书的编号均减少一,图书信息逐一覆盖)、查询图书(可按照图书的编号、书名、作者三种方式查询图书是否存在)、修改图书(将错误的信息修改掉)。-Through this system can be completed the follow
graph
- 图的操作,一个关于数据结构的图的操作,是学习c语言的源码-tu de chaozuo,yige guanyu shujujiegou de guangyuutu de chaozuo
huolangdang
- 学数据结构时 用C++解决的一个货郎担问题-using C++ to solve the problem of 货郎担
Dijkstra
- 数据结构中的迪杰斯特拉算法,能求出从起点到其他各个点的最短距离-Dijkstra algorithm, the data structure to calculate the shortest distance from point of origin to other points
Floyd
- 数据结构中的最短路径问题,弗洛依德算法,能求出各个点到其他各个点的最短路径-The shortest path problem in the data structure of the Floyd algorithm can solve for each point to point shortest path
wanghaosuanfa
- 王浩算法的C实现,对输入的逻辑式,可以输出王浩算法的推理过程和所用的定理号。-Wang Hao algorithm C implementation, the input logical form, can output Wang Hao algorithm for the inference process and the used by the theorem.
Maze--spurt--
- 电脑鼠校级竞赛参赛程序,能稳定的搜索迷宫,并进行最后冲刺,遍历搜寻以寻找最优路径-IEEE micro mouse the competition the procedure, can stable search maze, and final sprint, traverse search to find the most optimal path
1
- 链表相关操作 输入 排序 输出 插入数据删除 -List of related operations
