#
#include#include#define N 9typedef struct node{ int
#include#include#define N 9typedef struct node{ int
鏈表也是一種數據結構,相比較于數組,略顯復雜。鏈表和數組都是非常基礎、非常常用的數據結構。 數組與鏈表的區別從底層的存儲結構上看,二者申請的內存空間不一樣: 數組需要一塊連續的內存空間來存儲,對內
lpush key value 作用: 把值插入到鏈接頭部 rpop key 作用: 返回并刪除鏈表尾元素 rpush,lpop: 不解釋 lrange key start stop(從