linux-insides/DataStructures/README.md

11 lines
450 B
Markdown
Raw Normal View History

2015-03-22 06:12:05 +00:00
Data Structures in the Linux Kernel
========================================================================
Linux kernel provides different implementations of data structures like doubly linked list, B+ tree, priority heap and many many more.
2015-03-22 06:12:05 +00:00
This part considers the following data structures and algorithms:
2015-03-22 06:12:05 +00:00
* [Doubly linked list](linux-datastructures1.md)
* [Radix tree](linux-datastructures1.md)
* [Bit arrays](linux-datastructures1.md)