No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
0xAX 20ee3691a4
Merge branch 'master' into capitalize-linux
hace 2 años
..
README.md modify the filename due to the filename conversion hace 6 años
linux-datastructures-1.md modify the filename due to the filename conversion hace 6 años
linux-datastructures-2.md capitalize Linux everywhere hace 2 años
linux-datastructures-3.md copyedit: data structures chapter hace 2 años

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: