This module is a part of yirong-c/CLRS
.
├── red_black_tree.hpp # main part of red black tree
├── red_black_tree_test.hpp # auxiliary test functions
└── red_black_tree_test.cpp # test cases (catch2)
Cormen, T. H., Leiserson, C. E., Rivest, R. L., & Stein, C. (2009). Introduction to algorithms (Third edition.). MIT Press.