diff --git a/SqList.cpp~ b/SqList.cpp~ deleted file mode 100644 index 874b312..0000000 --- a/SqList.cpp~ +++ /dev/null @@ -1,7 +0,0 @@ -#define LIST_INIT_SIZE 100 -#define LISTINCREMENT 10 -typedef struct { - ElemType *elem; - int length; - int listsize; -}SqList; diff --git a/a.out b/a.out deleted file mode 100755 index 6e65f5f..0000000 Binary files a/a.out and /dev/null differ diff --git a/main_sqlist.cpp~ b/main_sqlist.cpp~ deleted file mode 100644 index 275e011..0000000 --- a/main_sqlist.cpp~ +++ /dev/null @@ -1 +0,0 @@ -#include "SqList.cpp"