资源列表
第三次数据结构作业
- 链表,顺序表的实现,插入与删除操作,输入与输出(The implementation of the list, the sequence table, the insert and delete operation, the input and output)
作业
- 数据结构作业之 顺序表的储存,插入,修改(The storage, insertion, modification of the sequence table)
Graph
- 利用邻接矩阵构建图,为学习数据结构的同学提供基本的代码(Building graphs by adjacency matrix, providing basic code for students learning data structures)
sort
- 史上最全最强大的排序程序,包含各种普通及高级排序方法,已经实验没有问题!(The most powerful sequencing program in history, including a variety of common and advanced sorting methods, has been experimented with no problem!)
List
- 在数组描述中,用数组来存储线性表的元素。(In the array descr iption,we can use arrays to store elements of the linear table.)
哈夫曼树
- 数据结构之哈夫曼树的编码解码,能够输出码表(Encoding and decoding of data structure Huffman tree, can output table)
第二次实习
- 解决部分全国铁路路线最佳经由问题,数据仅当参考,不可用于实际生产。(The best way to solve the railway route is to solve the problem. The data can only be used as a reference and can not be used in actual production.)
数据结构第一次实验
- 1、 定义单链表类、链式栈类、顺序队列类。 2、 实验验证如下算法的正确性、各种功能及指标: 1)单链表插入操作:在第 i 个元素之后插入值为 x 的结点; 2)单链表删除操作:删除表头结点、表尾结点; 3)查找操作:查找值为 x 的元素在单链表中出现的位置(是链表中的第几个元素); 4)压栈和弹栈操作; 5)出队和入队操作。 3、 为便于观察程序的运行结果,设计的输出函数能在输出设备上以图形或表格或其它直观的形式输出计算 结果。例如可将链表输出成
多项式
- 多项式运算,可以进行大量的多项式运算,四则运算等(Polynomial arithmetic, can undertake a large number of polynomial arithmetic, arithmetic, etc)
SqStack
- 数据结构顺序栈的存储结构和基本操作的实现(The storage structure of the data structure sequence stack and the implementation of the basic operation)
c++
- 一款可以排序的小程序,希望大家可以看一下(A sort of small program, I hope you can look at it)
CLJTemplate
- CLJ大佬整理的若干算法/数据结构,有兴趣的可以下载一下哦(ACM Template from WJMZBMR, You can download free here~)