资源列表
code
- 数据结构源码 C语言描述 学习数据结构的好帮手 希望对大家有用-数据结构源码 C语言描述 学习数据结构的好帮手 希望对大家有用
Binary-tree-to-traverse-the-code
- 二叉树操作源代码(建立,删除,添加,遍历等)-Binary tree to traverse the code
juzhen
- 矩阵操作 c++实现 课程设计 #include <iostream.h> #include <stdlib.h> #include<iomanip.h> void fanzhuan1(int b[5][5]) void fanzhuan2(int b[5][5]) void juandong1(int b[5][5]) void juandong2(int b[5][5]) void print(int b[5]
ResizeableSeqList
- (1) 建立两个链表A和B,链表元素个数分别为m和n个; (2) 假设元素分别为(x1,x2,…xm)和,(y1,y2,…yn)。把它们合并成一个线性表C: 当m>=n时,C= x1, y1,x2,y2 …xn, yn ,…xm 当m<=n时,C= y1, x1, y2 ,x2 …ym, xm ,…yn
DanceingLinksSudu
- 使用Dancing Links的思想的数独解算器,采用十字双向链表的数据结构,解算速度为常规算法的20倍以上-The idea of using Dancing Links Sudoku solver, using the cross-way linked list data structure, solver speed is 20 times more than conventional algorithms
node
- 建立节点与节点链表,对c++的类有进一步的理解-set the node and nodelist,in order to have a good knowlege of the c++
Introduction.to.Algorithms
- 算法导论,希望对大家有用 第二版 希望对大家有用-Introduction.to.Algorithms .Second.Edition
houzi
- 猴子选大王,多项式计算拓扑排序,C语言编写的数据库实验-The Monkey King of choose, polynomial topological sort calculation
sort
- 冒泡排序法,选择排序法,以及求一个2维数组中元素的和,还有求所有元素中的最大值,以及数组的倒置等功能-different sorts in VC++
1221
- 浙大acm1221题,C++解答。acm课程设计-Zhejiang acm1221 problem, C++ solution
1406
- 浙江大学acm1406题,c++实现,acm课程设计-zhejiang ACM1406
2677
- 浙大acm2667题,c++,acm课程设计-zhejiang acm2667
