Looking forward to see more questions on Data structure
Rahul 11-5-2011 07:38 AM
Data structure multiple choice questions
Which of the following statements hold true for binary trees?
The left subtree of a node contains only nodes with keys less than the node's key The right subtree of a node contains only nodes with keys greater than the node's key. Both a and b above Noth left and right subtree nodes contains only nodes with keys less than the node's key