Page 1 of 1

Binary Search Tree

Posted: Tue Oct 24, 2006 9:45 pm
by Artikali
I want to construct a BST and Red Black tree, but it is too hard in real time constest
i can do it with point or using array, but both of them will waste my time in contest.
please give me an idea to do it.

thanks