Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
0xAX 20ee3691a4
Merge branch 'master' into capitalize-linux
před 2 roky
..
README.md modify the filename due to the filename conversion před 6 roky
linux-datastructures-1.md modify the filename due to the filename conversion před 6 roky
linux-datastructures-2.md capitalize Linux everywhere před 2 roky
linux-datastructures-3.md copyedit: data structures chapter před 2 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: