资源列表
Djstra
- 迪杰斯特拉算法例程,采用C++语言描述 适用于初学者学习交流使用(Dijkstra algorithm routines, using C++ language descr iption, suitable for beginners to learn exchanges.)
prim
- 最小生成树prim算法,用于处理图论知识比较有用(Minimum spanning tree prim algorithm)
Problem1
- 用各种方法遍历二叉树.好好好好哦啊哦龚波负(Various methods traverse two fork tree)
实验一
- 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
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)
二叉树
- 二叉树的前序遍历,中序遍历以及后序遍历。(traversal of binary tree)
trie
- A implementation of Trie
main
- 对一些超出整型数范围的正整数的应用,需要自己想办法解决的存储和运算。一种解决方案是用单链表存储一个正整数。注意,数字是用逆序存储的。试设计一个类处理任意大整数,必须实现输入输出操作、加法操作和赋值操作。(For some applications that are beyond the integer range of positive integers, they need to store and compute their own solutions. One solution is to
8640希尔排序
- 用C语言言实现希尔排序。希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。(Using C language to achieve Hill sort.The Hill sort (Shell Sort) is a sort of insertion sort. Also called reduced delta sort is a more efficient version of the sorting algorithm dire