- 博客(2)
- 收藏
- 关注
原创 顺序表的增删改查 两个递增顺序表的融合
#include<stdio.h> #include<stdlib.h> #define MaxSize 20 #define S 6 typedef int datatype; typedef struct list{ datatype data[MaxSize]; //MaxSize 是线性表总长度-数组总元素个数 int length; // 线性表的当前长度 }sequenlist; //在位置index上插入值为x的元素 int Inser...
2022-03-22 20:16:54
107
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅