When working with a red-black tree, splitting nodes involves color pointer changes, called rotations. What does this do to the tree?
a. shorten the tree
b. lengthen the tree
c. keeps it the same length
d. reverses the tree
a. shorten the tree
Computer Science & Information Technology