Red-Black Tree
Term side of the Card
Topic: Tree
Unit title: Red-Black Tree
Categories: Data structure
Explanation side of the Card
Explanation: The self-balancing binary search tree with red and black nodes, ensuring O(log n) complexity for insertions and deletions. Known for consistent balancing properties in search operations.