Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
0xAX 20ee3691a4
Merge branch 'master' into capitalize-linux
il y a 2 ans
..
README.md modify the filename due to the filename conversion il y a 6 ans
linux-datastructures-1.md modify the filename due to the filename conversion il y a 6 ans
linux-datastructures-2.md capitalize Linux everywhere il y a 2 ans
linux-datastructures-3.md copyedit: data structures chapter il y a 2 ans

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: