2020年9月18日
摘要: 我写的代码依然比较丑陋,只需要记住实现以下东西: >>> 链表节点 struct Node{...},包含 int key, int value, Node* next, Node *pred。 >>> 双向链表 Node *head, *tail,链表的描述信息 int size, int cap 阅读全文
posted @ 2020-09-18 15:46 Ricochet! 阅读(156) 评论(0) 推荐(0) 编辑