资源列表
shuzhifen
- 数值分析的实验,可工大家参考的,能通过,实验的代码-numerical analysis of the experiment, we can refer to the work, pass the experimental code
symmetry
- 输入一个长整数,不使用字符转换,检查是否为对称数, 是显示 TRUE,否显示FALSE.
floyd
- floyd算法的C实现!! !! !! 1
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 .