mirror of
https://github.com/by777/dataStructureForC.git
synced 2026-02-03 10:03:14 +08:00
11
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user