摘要: 插入的伪代码:(仿照C语言和Python) Status ListInsert_L(LinkList &L, int i, ElemType e)#第i个位置前插入节点(注:&&是比较ASCII码) read p = L and j = 0 while( p && j < i-1) p = p → 阅读全文
posted @ 2020-11-17 19:28 棉被王Excalibur 阅读(118) 评论(0) 推荐(0)