资源列表
Assignment
- 用数组按照链表的顺序排序并打印单词,实现增加,删除的功能(The function of sorting and printing the words in the order of the list in order to add and delete.)
学生搭配问题
- 基于c++的学生搭配问题,使用算法解决学生搭配问题(A applet to solve the student company problem.Hope every can love it.)
rrrrrrrr
- 停车场管理系统,设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端); 若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可进入; 当停车场某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场; 汽车可以直接从便道上离开。离开时排在前面的车也应该为其让道,随后应
InsertDirect
- 直接插入排序算法Java实现,InsertDirect.java为算法代码,SortingTest.java为测试程序,二者放在一个包下。(InsertDirect Algorithm Java)
KDTreeTest
- KD tree 实现算法,内有测试例子参考,可以学习里面的内容和思想。(KD tree algorithm.There is a test example of reference, and can learn the contents and ideas inside.)
栈的顺序存储与操作
- 关于数据结构中栈的存储方式及操作内含简单的源代码(The storage mode and operation of the stack in the data structure)
严蔚敏《数据结构》源代码(C++语言)
- 本文件是数据结构的C++语言的算法实现,希望对需要的人有帮助(Data Structure -----data structure)
123
- dijkstra算法,卫星通信,最小路径以及衰落计算(Dijkstra algorithm, satellite communication)
Bubble sort
- 冒泡排序(Bubble Sort,台湾译为:泡沫排序或气泡排序)是一种简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble Sort is a simple sorting algorithm. It repeatedly visits the sequence of items to be sorted, compares two elements at a t
图结构
- 图的结构包含了最小生成树哈夫曼输,最近距离等等(go to this test zip you will get better or corrot you choose)
Dijkstra
- 用Python实现dijkstra算法。使用python 语言在网络图中实现Dijkstra 算法,返回从源点出 发到每个结点的最短距离、路径,并打印出该路由(源点)的forwarding table,(dijkstra algorithm in Python)
11595 - DS_2017fall_HW1
- this is my data structure homework