mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-25 19:20:28 +08:00
add DataStructures part and translate README first
This commit is contained in:
9
DataStructures/README.md
Normal file
9
DataStructures/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Linux内核中的数据结构
|
||||
========================================================================
|
||||
|
||||
Linux内核对很多数据结构提供不同的实现方法,比如,双向链表,B+树,具有优先级的堆等等。
|
||||
|
||||
这部分考虑这些数据结构和算法。
|
||||
|
||||
* [双向链表](https://github.com/MintCN/linux-insides/blob/master/DataStructures/dlist.md)
|
||||
* [基数树](https://github.com/MintCN/linux-insides/blob/master/DataStructures/radix-tree.md)
|
||||
Reference in New Issue
Block a user