资源列表
work2_ackerman
- akerman函数的,基于递归和堆栈形式的阿克曼函数(ackerman function for begin learners)
二叉树
- 数据结构中的二叉树结构,使用的语言应该是C++(Data structure of the two fork tree structure, the use of language should be C++)
Cormen_Algorithms_3rd.pdf
- 很出名的一本书,算法导论。适合初学者学习(Introduction to Algorithm)
LinearAdd
- C++实现线性表的加法,其中定义了线性表类,可供参考。(Linear table addition in C++)
hw
- 数据结构 思想与实现 上海交通大学 数据结构作业代码及说明文档(Thinking and implementation of data structure of sjtu code, and documentation)
四
- 单链表 任意大整数应用 实现输入输出,加法操作和赋值操作(abcdicwebcuicnjkclcwbe)
07
- 基于线性表类的拓展,可将两个线性表合成一个线性表(class list which includes the basic functions and operator+)
01
- 一个链表类,可实现基本的链表操作:创建,清空,移除,修改(a class which concludes create,visit,remove,insert,traverse)
泰森多边形
- 在c++下,根据点数据画出泰森多边形,并且根据高程填色(In c++, according to the data to draw the Tyson polygon, and according to the elevation of coloring)
paixu
- 对一个数据文件进行排序,适合简单的数据文件,大型的数据文件可能速度较慢(Sorting a data file is appropriate for simple data files, and large data files may be slower)
n皇后问题
- n皇后问题 课程设计上的一个小作业 水平有限(n-queen problem A small assignment in the curriculum design is limited)
实验一
- 1、设线性表的数据元素都为整数,存放在顺序表S中且递增有序。设计算法,将x插入到顺序表S的适当位置上,以保持线性表的有序性。 2、线性表使用顺序表作存储结构,设计算法,仅用一个辅助结点,实现将顺序表中的结点循环右移k位的运算。 3、设计算法,仅用一个辅助结点,实现将顺序存储的线性表中的数据元素逆置。(1. The data elements of the linear table are all integers. They are stored in the sequential tabl