zhaoxiaoqiang 8e543c0689 refine some statements in DataStructures/dlist.md 9 anni fa
..
README.md f0973b1fb8 fix the spell of 'priority' in DataStructures/README.md 9 anni fa
dlist.md 8e543c0689 refine some statements in DataStructures/dlist.md 9 anni fa
radix-tree.md e8b9f62ee2 Update radix-tree.md 9 anni fa

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.