An implementation of red-black tree. For more information, check chapter 13 of Introduction to Algorithms by Charles E. Leiserson, Clifford Stein, Ronald Rivest, and Thomas H. Cormen (CLRS)
git clone https://github.com/TianpingHsu/rbtree.git
cd rbtree && mkdir -p build && cd build && cmake .. && make