Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 498 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 498 Bytes

Data Structures in the Linux Kernel

Linux kernel provides implementations of a different data structures like linked list, B+ tree, prinority heap and many many more.

This part considers these data structures and algorithms.