list_head 整理

1、 list_head之前(鏈表歸整) 1.1、 單向鏈表 原型: [objc]  view plain  copy struct simplex   {       Int value;   <span style="white-space:pre">    </span>struct simplex *next;   };   結構圖如下所示 特點是單向只能從前往後查找,橙色線代表單向循環鏈
相關文章
相關標籤/搜索