双链表:插入节点时和删除节点时注意位置为0的节点。 图: 继承关系图: CircularList.h /* * CirularList: 循环链表模板 * 成员变量: * * 成员函数: * last_to_first() 连接首尾节点 * bool insert(int pos,const T& Read More
posted @ 2019-06-20 17:18 张不源 Views(2904) Comments(0) Diggs(0) Edit