Joshua Murphy 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too před 7 roky
..
README.md 90f50c2ac5 Change README links as relative před 8 roky
linux-datastructures1.md 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too před 7 roky
linux-datastructures2.md 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too před 7 roky
linux-datastructures3.md 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too před 7 roky

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: