list_head 整理

1、 list_head之前(链表归整) 1.1、 单向链表 原型: [objc]  view plain  copy struct simplex   {       Int value;   <span style="white-space:pre">    </span>struct simplex *next;   };   结构图如下所示 特点是单向只能从前往后查找,橙色线代表单向循环链
相关文章
相关标签/搜索