Dongliang Mu 299ec26e55 fix two small typo hace 8 años
..
README.md 99138e0932 Update README.md hace 9 años
bitmap.md 299ec26e55 fix two small typo hace 8 años
dlist.md 641e49679b Merge branch 'master' of https://github.com/mudongliang/linux-insides into mudongliang-master hace 9 años
radix-tree.md 3fda046617 fix typos hace 9 años

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: