zhaoxiaoqiang 535a082f79 fix a few grammatical problems and refine some sentences in DataStructures/radix-tree.md il y a 9 ans
..
README.md f0973b1fb8 fix the spell of 'priority' in DataStructures/README.md il y a 9 ans
dlist.md 8e543c0689 refine some statements in DataStructures/dlist.md il y a 9 ans
radix-tree.md 535a082f79 fix a few grammatical problems and refine some sentences in DataStructures/radix-tree.md il y a 9 ans

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.