| |
GeekInterview.com > Interview Questions > Concepts > Data Structures
| Print | |
Question: What is the purpose of a left child node and a right child node?
Answer: Skill/Topic: Tree A) The left child node has a key that is less than the key of its parent node. The right child node has a key that is greater than the key of its parent node
|
| April 04, 2006 03:39:30 |
#1 |
| smitha |
Member Since: Visitor Total Comments: N/A |
RE: What is the purpose of a left child node and a rig... |
| the left child node nd right child node hels in sorting technology bcoz parent will be having larger value than that of left and left child will be having larger value than that of right. |
| |
Back To Question | |