Build your intuition. Is this statement true or false?
Red-Black Trees are a type of balanced binary search tree that maintain an extra attribute called 'color' for each node. The color can be either red or black, and it is used to balance the tree during insertions and deletions.
Press true if you believe the statement is correct, or false otherwise.