matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.07k stars 1.26k forks source link

Add Red Black Tree using C++ #988

Closed greatsharma closed 4 years ago

greatsharma commented 5 years ago

RB Tree using C++ with proper documentation and more applied methods, Node and Tree class are in separate header files so that code became more readable and easy to understand I also created a different file containing main and menu so that the main part of this Data structure i.e., Nodes and Tree are well seperated.

greatsharma commented 5 years ago

@matthewsamuel95 please review my PR

greatsharma commented 4 years ago

I think this repo is no more active