资源列表
DataStructure
- 部分数据结构代码,包括快熟排序、KMP等算法-Part of the data structure code
skiplist
- 跳转表,随机化的数据结构.插入logn,查询logn.但是占用空间较大.-skip list
shujujiegoushiyan8
- 数据结构实验,各种排序算法,C++编写的代码和实验报告,带有各种算法的比较和移动次数等。-Experimental data structure, various sorting algorithms, C++ code and lab report writing, with a comparison of various algorithms and mobile number and so on.
Shortestpath
- 用C语言实现最短路径算法 最小生成树 本程序是用F算法求最短的路由花费 可计算的最大的路由结点数为100 */ /* 运行环境: vc++6.0 */ -C language with the shortest path algorithm minimum spanning tree algorithm of the program is seeking the shortest route F calculate the maximum cost of routing nodes 1
Data-structure-and-algorithms
- 数据结构与算法分析用C语言描述第二版英文版-Data structure and algorithms to analyze C language describe second edition English version
hashTable
- 数据结构课程设计——链表散列的添加修改和删除。java实现,有图形化用户界面,支持随机数生成链表。-Data Structure Course Design- list of add, modify, and delete the hash. java implementation, a graphical user interface, support for random number generation list.
changzhengshu
- 长整数运算的加法运算,符合数据结构课程中的利用链表的方式来写长整数程序的要求。-Long integer operations with the operation addition data structure course, the list of ways to write long integer program requirements.
yinhanjiasuanfa-c-4
- 银行家算法 c编写-Banker' s algorithm c prepared
yinhanjiasuanfa-c-5
- 银行家算法 c编写-Banker' s algorithm c prepared
yinhanjiasuanfa-c
- 银行家算法 c编写-Banker' s algorithm c prepared
data-structure
- 关于数据结构的详尽讲解,由浅入深,适合初学者-A detailed explanation about the data structure, progressive approach, suitable for beginners
ysf
- 约瑟夫环: 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -Joseph Central: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a round table around. From the number of people
