線性表的順序表示和實現

一、線性表是最經常使用且最簡單的一種數據結構。簡言之,一個線性表就是n個數據元素的有限序列。數據結構 存儲空間是連續變化的 spa 線性表的順序表示和實現:code #include <stdio.h> #include <stdlib.h> #define LIST_INIT_SIZE 10 #define LISTINCREMENT 10 #define ElemType char //線
相關文章
相關標籤/搜索