Linux device drivers, kernel modules, procfs, ioctl, polling, interrupts, MMIO, PCI, USB, DMA, MSI, block driver, netdev, TTY, rbtree.
-
Updated
Dec 8, 2025 - C
Linux device drivers, kernel modules, procfs, ioctl, polling, interrupts, MMIO, PCI, USB, DMA, MSI, block driver, netdev, TTY, rbtree.
📔 A simple glossary implemented with red-black tree in C
eden project
Using RBT to build the memory allocator
Prova Finale di Algoritmi e Strutture Dati - Polimi Ingegneria Informatica - a.a. 2018-2019
A red–black tree is a self-balancing binary search tree. Each node of the binary tree has an extra bit, and that bit is interpreted as the color (red or black) of the node. These color bits are used to ensure the tree remains balanced during insertions and deletions.
2ª Lista de exercícios relativa a disciplina de Análise de Algoritmos 2016.1 do curso de Ciência da Computação da Universidade Federal de Roraima
🦠💉 System that accepts, processes, records and answers questions about cases of viruses 🧬💊
An implementation of the standard functions for red-black trees in C
High Performance Light Weight Web Server
Простая реализация Красно-чёрного дерева для работы с латинскими символами, которые упаковываются в 6-и битное поле
Add a description, image, and links to the rbtree topic page so that developers can more easily learn about it.
To associate your repository with the rbtree topic, visit your repo's landing page and select "manage topics."