數據結構——順序表

順序表的相關操做。實現了順序表的創建,判斷順序表是否爲空,順序表的插入,順序表的刪除(下標),順序表的查找,刪除表中一元素,打印順序表的功能。web #include<stdio.h> #include<stdlib.h> #include <windows.h> #define FALSE 0 #define TRUE 1 typedef int DataType; // 順序表數據類型 st
相關文章
相關標籤/搜索