proninyaroslav 90f50c2ac5 Change README links as relative il y a 8 ans
..
README.md 90f50c2ac5 Change README links as relative il y a 8 ans
bitmap.md 299ec26e55 fix two small typo il y a 8 ans
dlist.md 641e49679b Merge branch 'master' of https://github.com/mudongliang/linux-insides into mudongliang-master il y a 9 ans
radix-tree.md 3fda046617 fix typos il y a 9 ans

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: