0xAX f329d47863 Update radix-tree.md пре 9 година
..
README.md 99138e0932 Update README.md пре 9 година
bitmap.md 2d1aa8b9a7 Update bitmap.md пре 9 година
dlist.md 641e49679b Merge branch 'master' of https://github.com/mudongliang/linux-insides into mudongliang-master пре 9 година
radix-tree.md f329d47863 Update radix-tree.md пре 9 година

README.md

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.

This part considers the following data structures and algorithms: