Alexander Kuleshov 641e49679b Merge branch 'master' of https://github.com/mudongliang/linux-insides into mudongliang-master 9 vuotta sitten
..
README.md a9a2297d98 fix small syntax problems, add new methods for list traverse in the last part 9 vuotta sitten
dlist.md 641e49679b Merge branch 'master' of https://github.com/mudongliang/linux-insides into mudongliang-master 9 vuotta sitten
radix-tree.md f1765137b8 Merge branch 'master' of https://github.com/hitmoon/linux-insides into hitmoon-master 9 vuotta sitten

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: