mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-02-09 13:27:28 +08:00
Data Structures in the Linux Kernel
Linux kernel provides implementations of a different data structures like linked list, B+ tree, prinority heap and many many more.
This part considers these data structures and algorithms.