mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
e
This commit is contained in:
parent
bc0c2cbccd
commit
0ba98fa9d5
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
* Basic red-black tree implementation. Currently the enumeration routines are
|
||||
* recursive which maybe isnt the best idea given the environment this is meant
|
||||
* for (kernel mode). We can always fix that up later though :).
|
||||
*
|
||||
* https://www.kernel.org/doc/Documentation/rbtree.txt
|
||||
* https://github.com/torvalds/linux/blob/master/lib/rbtree.c
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue