This commit is contained in:
Xu Bai
2019-06-26 16:08:51 +08:00
parent 0b90455a13
commit ac65004cc8

View File

@@ -2,7 +2,7 @@
* @Author: Xu Bai
* @Date: 2019-06-25 23:10:17
* @LastEditors: Xu Bai
* @LastEditTime: 2019-06-26 15:43:37
* @LastEditTime: 2019-06-26 15:47:20
*/
#include "stdio.h"
@@ -117,6 +117,10 @@ Status ListInert(SqList *L, ElemType e, int i)
L->length++;
}
Status ListDelete(SqList *L, int i, ElemType *e){
}
int main()
{
SqList L;