mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-02-11 06:16:36 +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.