Mack Stump 3fda046617 fix typos 9 년 전
..
README.md 99138e0932 Update README.md 9 년 전
bitmap.md 3fda046617 fix typos 9 년 전
dlist.md 641e49679b Merge branch 'master' of https://github.com/mudongliang/linux-insides into mudongliang-master 9 년 전
radix-tree.md 3fda046617 fix typos 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: