When inserting a node into a red-black tree, we shall first inse
When inserting a node into a red-black tree, we shall first insert the node as into an ordinary binary search tree, and then color the node black.答案:FALSE
-->