资源列表
erfenjiansuo
- 利用分治法实现二分检索,分治法的基本思想是分而治之
d
- 串的实验(实现串替换) 还是数据结构课程的实验
shuangqing
- 若在二叉链表的结点中只增设一个双亲域 以指示其双亲结点,则在遍历过程中能否不设栈? 试以此存储结构编写不设栈进行中序遍历的递推形 式的算法。
banker
- 使用C++实现的一个银行家算法(类C形式)-C++ realization of the banker algorithm
heapsort
- 堆排序算法 一种速度较快的排序算法 构建一棵二叉树,通过调整二叉树的根与叶子节点的关系来完成排序-heap sort class
DuL
- 基础数据结构学习:实现数据结构中双向链表的各种操作-Learn basic data structures: a two-way linked list data structure, the various operating
heapsort
- 从键盘输入以整数序列,采用堆排序算法对该序列进行排序,并输出排序后的结果。-Sequence from the keyboard input to an integer using the heap sort algorithm to sort the sequence, and outputs the sorted results.
new_sorting_clock
- mergesort with time in clock ticks
LinkedStack
- 数据结构Java实现源代码,对学习数据结构很有帮助哦.-The data structure of Java realization of the source code, data structure for learning very helpful oh
heap_dijkstra
- 狄杰斯特拉算法的heap实现,比较简单和优化-the dijkstra algorithm
mergeLinkList
- 算法设计课程作业,按序合并两个有序链表。-Algorithm design course work, sequential merge two sorted linked list.
BFS
- 递归版本的广度优先算法的c++实现,包含邻接表存储有向图的类和测试程序。-c++ version of BFS .