制作一张双向链表操作学习卡片,正面内容包含:双向链表结点结构(pre前驱指针 + 数据域 + next后继指针);插入操作四步顺序:1.e->prev = p; 2.e->next = p->next
喝一碗孟婆汤