0xAX 67f7d0dbfc Merge pull request #236 from MichaelAquilina/patch-2 %!s(int64=9) %!d(string=hai) anos
..
README.md f0973b1fb8 fix the spell of 'priority' in DataStructures/README.md %!s(int64=9) %!d(string=hai) anos
dlist.md b0673e7a06 Correct it's -> its %!s(int64=9) %!d(string=hai) anos
radix-tree.md f1765137b8 Merge branch 'master' of https://github.com/hitmoon/linux-insides into hitmoon-master %!s(int64=9) %!d(string=hai) anos

README.md

Data Structures in the Linux Kernel

Linux kernel provides implementations of a different data structures like linked list, B+ tree, priority heap and many many more.

This part considers these data structures and algorithms.