yashasvi-goel / Algorithms-Open-Source

We have a task for each skill level!!
32 stars 27 forks source link

Treemap using Red Black Trees! #8

Open yashasvi-goel opened 4 years ago

yashasvi-goel commented 4 years ago

RB Trees are not algorithms, but they are famed enough, that no discussion of tantalizing DS/Algorithms is complete without discussing them.

The smoothest way to see/implement RB Trees, is to look at Treemap implementation in Java.

Kipitup commented 4 years ago

Hello, I'd like to handle this one. I will be implementing it in C.