1
0
Alexander Kuleshov 2a90ecc3f5 fix links in DataStructures/README.md 7 жил өмнө
..
README.md 2a90ecc3f5 fix links in DataStructures/README.md 7 жил өмнө
linux-datastructures1.md 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 7 жил өмнө
linux-datastructures2.md 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 7 жил өмнө
linux-datastructures3.md 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 7 жил өмнө

README.md

Data Structures in the Linux Kernel

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

This part considers the following data structures and algorithms: