郝斌數據結構鏈表

模塊一:線性結構 連續存儲【數組】 1.數組定義 元素類型相同, 大小相等 2.數組的優缺點 # include <stdio.h> # include <malloc.h> # include <stdlib.h> # include <stdbool.h> //定義了一個數據類型,struct Arr struct Arr { int *pBase; //存儲的使數組的第一個元素的地址 int
相關文章
相關標籤/搜索