#
#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(从