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

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.