zhaoxiaoqiang f0973b1fb8 fix the spell of 'priority' in DataStructures/README.md %!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 780ad24b3d DataStructures: Fixing some typos and grammar issues %!s(int64=10) %!d(string=hai) anos
radix-tree.md e8b9f62ee2 Update radix-tree.md %!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.