Color the given nodes in the binary search tree so that the resulting tree is a valid red black tree. You can toggle the color of a node by selecting it.
Some additional problems.