Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

executable file
·
10 lines (7 loc) · 409 Bytes

Linux内核中的数据结构

Linux内核对很多数据结构提供不同的实现方法,比如,双向链表,B+树,具有优先级的堆等等。

这部分考虑这些数据结构和算法。