Hi is there any clear algorithm that make a red black tree from a binary search tree? please help me thanks
A:
One way to do it is traverse the nodes in the binary tree, and add each one to a new red-black tree.
Robert Harvey
2010-06-26 16:40:24