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

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.