https://segmentfault.com/a/1190000015303161
2018年6月15日 ... 用数组描述的链表叫做静态链表,这种描述方法叫做游标实现法。 ... 到6的连续位置
,但是在数组中的连续位置,不代表他在链表中的位置,打个比方说,我们要 ...
StaticLinkList list[MAXSIZE]; // 初始化数组中的数据 createLinkList(list); for (int i = 0
; i < 2; .... 每个月,我们帮助1000 万的开发者解决各种各样的技术问题。