资源列表
polyMultiplyDaC
- Multiplication of two polynomial using divide and conquer method.
graph
- 图的操作,一个关于数据结构的图的操作,是学习c语言的源码-tu de chaozuo,yige guanyu shujujiegou de guangyuutu de chaozuo
ClientTools
- 用于xsr环境的各种基础函数,为编程提供方便,都是些工具函数。-Environment for various basis functions xsr for programming convenience, are some utility functions.
MiGong
- 数据结构作业,迷宫,算放上分别用队列和栈实现。用c++实现-Data structure operations, maze, operator put queue and stack implementation respectively. Achieved using c++
yuesefu
- 用单链表解决约瑟夫问题,包含两个头文件,一个CPP文件-Joseph single linked list to solve the problem, contains two header files, a CPP file
quickSort
- C++中各种几种排序算法,包括快速排序,归并排序以及一些链表的基本操作!-Several C++ in a variety of sorting algorithms, including quick sort, merge sort and list some of the basic operations of!
8-Queen-presentation-of-the-original-code
- 数据结构课程设计经典问题八皇后动态演示原代码-Classic problem of data structure, curriculum design, dynamic presentation of the original code 8 Queens
pr05
- Program for threaded binary tree using c++ language
list
- (1)输入一组整型元素序列,建立顺序表。 (2)实现该顺序表的遍历。 (3)在该顺序表中顺序查找某一元素,查找成功返回1,否则返回0。 (4)判断该顺序表中元素是否对称,对称返回1,否则返回0。 (5)实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 (6)输入整型元素序列利用有序表插入算法建立一个有序表。 (7)利用算法6建立两个非递减有序表并把它们合并成一个非递减有序表。 (8)编写一个主函数,调试上述算法。-(1) enter a sequenc
hanoi
- 提高递归的编程思想,此函数是对汉诺塔的操作-Improve recursive programming ideas, this function is the operation of the Tower of Hanoi
2132
- ZJU ACM 2132。 ZOJ排名第一的代码。
2-8
- 在9(3*3)个方格的方阵中填入数字1到N(N>=10)内的某9个数字 每个方格填一个整数,要求相邻两个方格的两个整数之和为质数。 试求所有的解-in 9 (3 * 3) grid matrix to fill out a number of N (Ngt; = 10) of a nine figures each box filled an integral require two adjacent box at the two integral to the quality and n
