CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
148 stars 20 forks source link

Red Black tree class #69

Closed aveldan closed 3 days ago

aveldan commented 1 week ago

We do not have red black tree structure as of yet. It is a self balancing binary search tree data structure.

Concept

WiKi

Thing to impliment

spirosmaggioros commented 1 week ago

I did not say we have. I said that i've implemented one for my personal files. But it is not good enough to be in there. The check boxes works for me, looking forward to your PR!

spirosmaggioros commented 3 days ago

This is closed. All boxes are checked.