smithcol11/Red-Black-Tree-Cpp
This is an advanced tree that I coded in my Data Structures class. It is a more advanced and balanced Binary Search Tree called a Red Black Tree. It uses color coded nodes to maintain its balance.
C++
No issues in this repository yet.