1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
0xAX 20ee3691a4
Merge branch 'master' into capitalize-linux
vor 2 Jahren
..
README.md modify the filename due to the filename conversion vor 6 Jahren
linux-datastructures-1.md modify the filename due to the filename conversion vor 6 Jahren
linux-datastructures-2.md capitalize Linux everywhere vor 2 Jahren
linux-datastructures-3.md copyedit: data structures chapter vor 2 Jahren

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: