资源列表
Prim
- Prim最小生成树 Prim最小生成树-PrimPrimPrimPrimPrimPrimPrimPrimPrimPrimPrimPrim
RBTree
- 红黑树的java实现,依照CLRS,通过测试~-Red and black tree java implementation, in accordance with the CLRS, passed the test ~
selecttheking
- 使用数据结构解答选猴王问题,其中包括使用c语言解答。-The use of the data structure to answer questions Houwang election, including the use of c language questions.
eight-queens
- 在vc6.0下用c++写的八皇后问题,基于最基本的递归回溯策略,打印输出92个解-At vc6.0 using c++ to write the eight Queen' s question, based on the most basic recursive backtracking strategy, printouts 92 Solutions
ksp
- 求前k条最短路径,本程序可用于求地图的路线安排和前k个最短路径分配问题,十分管用,可用于2000个点的计算-find out the kth shortest path
yuanma
- 我的数据结构课程设计源码,以前弄的,现在上传上去了!-My curriculum design source data structure, in the past get now upload a go!
Critical_path
- 对于给出的结点网络求关键路径的算法,用c语言编写的!-Give the node for the network critical path for the algorithm, with c languages!
double-link
- 自己编的双链表,经过实践检验,可以使用,不敢说绝对经典,但很好使用-Own double-linked list, after practice, you can use, not dare to say that there is absolutely classic, but good use of
yanweimincoursewareofdataorganization
- 严蔚敏数据结构的课件修订版,修订了原有一些代码的误写-YAN Wei-min data structures courseware revised edition, revised the original error to write some code
stackfibnaqi
- 斐波那契数列计算的非递归算法 用栈来模拟递归的经典题目-Fibonacci calculation of non-recursive algorithm used to simulate the recursion stack classic topic
binarytree
- 可以进行建立二叉树,递归先序、中序、后序遍历,非递归中序遍历等操作-build binary tree
eight_queen
- 八皇后问题,一个简单的算法,实现八女王问题-eight queen