travisvroman/kohi

Roadmap: Binary Search Tree Container

Closed this issue · 1 comments

Describe the work to be done in the task.
Implement a binary search tree container.

Take a look how a type-generic balanced tree in implemented in Linux kernel.
See rbtree in Linux kernel