资源列表
paixu
- 对一个数据文件进行排序,适合简单的数据文件,大型的数据文件可能速度较慢(Sorting a data file is appropriate for simple data files, and large data files may be slower)
01
- 一个链表类,可实现基本的链表操作:创建,清空,移除,修改(a class which concludes create,visit,remove,insert,traverse)
07
- 基于线性表类的拓展,可将两个线性表合成一个线性表(class list which includes the basic functions and operator+)
四
- 单链表 任意大整数应用 实现输入输出,加法操作和赋值操作(abcdicwebcuicnjkclcwbe)
hw
- 数据结构 思想与实现 上海交通大学 数据结构作业代码及说明文档(Thinking and implementation of data structure of sjtu code, and documentation)
LinearAdd
- C++实现线性表的加法,其中定义了线性表类,可供参考。(Linear table addition in C++)
Cormen_Algorithms_3rd.pdf
- 很出名的一本书,算法导论。适合初学者学习(Introduction to Algorithm)
二叉树
- 数据结构中的二叉树结构,使用的语言应该是C++(Data structure of the two fork tree structure, the use of language should be C++)
work2_ackerman
- akerman函数的,基于递归和堆栈形式的阿克曼函数(ackerman function for begin learners)
算法竞赛入门经典 第2版
- 刘汝佳的算法竞赛入门经典第二版 高清非扫描。(Algorithm competition portal classic)
8-校园导游
- 校园导游 基于C语言的数据结构日常实验课作业(the guide of the campus)
二叉树
- 二叉树的前序遍历,中序遍历以及后序遍历。(traversal of binary tree)
