Introduction - If you have any usage issues, please Google them yourself
To achieve red-black tree, binary search tree related algorithms: insertion (red-black tree involves the adjustment of the tree: L, D, etc.), delete, search (Key value of the specified node). In addition, the red-black tree implementation of the algorithm for computing the high black tree.