资源列表
ListToDetermine
- 判断邻接表中是否存在vi到vj的路径,数据结构初学者可以参考一下-Adjacency list to determine whether there is a path vi to vj, beginners can refer to data structure
sort
- 冒泡排序,插入排序和选择排序算法 数据结构-Bubble sort, insertion sort, selection sort algorithm and data structure
xuanzhi
- 学校选址问题,是我们数据结构课程的一个小程序,希望有帮助-school siting, we data structure courses a small program, with the hope of helping
sick
- 病人看病的排列问题,根据先来先服务算法。还要考虑急切事件,对于突发事件的处理要有好的顺序。-The arrangement of the patient medical treatment, according to first come first serve algorithm. Urgent cases should also be considered for handling emergencies should be a good order.
stack
- 栈子系统,主要包括了进栈、出栈、显示、数值转换、逆波兰式及返回-Stack subsystem, including the Progressive stack, the stack, display, numeric conversion, Reverse Polish Notation and return
Desktop
- 输入1000以内的完数,完数即为整数,它的的因子和该整数相等,如6=1+2+3-Input less than 1000 finished number
BiTreefind
- 这个是二叉排序树。能通过二叉树对一组数字进行排序。
qsort
- 快速排序算法,支持自定义快速排序算法和c++库排序算法。-Quick Sort algorithm, support for custom quick sort algorithm and c++ library sorting algorithm.
wyj
- 动态分区分配方式模拟:了解动态分区分配方式中使用数据结构和分配算法-Simulate the dynamic partition
page
- 操作系统原理,实现页面置换的几个基本算法,包括OPT,FIFO,LRU置换算法。-Operating System Principles, page replacement to achieve a few basic algorithms, including OPT, FIFO, LRU replacement algorithm.
EvaluateExpression
- 用栈实现表达式求值。(可以实现所有实数类型的加减乘除运算)-Achieving a expression evaluation with stacks.
chartW
- 利用优先级队列求最短路径的算法实现,算法课上的一次作业,水平不高,仅供参考-Use the priority queue for the shortest path algorithm, the algorithm first lesson on the job, the level is not high, for reference
