搜索资源列表
我收集的算法
- 我收集的一些算法 稀疏矩阵、基于数组的线性表、模式匹配、线性链表-I collected some sparse matrix algorithm, based on the linear array table, pattern matching, etc. Linear Chain
lisa
- 实现线性表:1 向空表中依次添加数据1、2、3、4、5、6、7、8、9、10,打印表中数据。 2 删除第3、6个数据,打印表中数据。 3 在第3和第6个位置后分别添加数据11、12,打印表中数据。 4 在表中搜索值为7和13的数据,并打印该数据在表中的下标。 5 从表尾向表头方向依次删除数据,每删除一个数据打印一次表中数据,直到表空为止。 -Linear table : an empty table to add the data were 1,2,3,4,5,6,7
zuoye
- 用线性表实现两个集合的交集和并集,独立存储,不改变原有集合-Achieve linear Table intersection of two sets and union, independent stores, without changing the original collection
C-P-P-Experiment
- 东南大学C++上机实验21:三维坐标类对象间的直接运算;用函数成员实现线性表对象间的直接运算;用友元函数实现线性表对象间的直接运算-Southeast University, C++-on Experiment: three-dimensional coordinates of the direct operation between class objects members of the linear form with function, the direct operation bet
sqlist
- 数据结构:线性表的基本操作,包括增删改查,线性表的倒置,数据的打印;-Data structure: the basic operation of the linear table