What are the parts of root node?

Answers were Sorted based on User's Feedback



What are the parts of root node? ..

Answer / wizard

A root node contains data part and has link part. i.e links
to its child. if it is binary tree it has two links i.e left
child and right child

Is This Answer Correct ?    36 Yes 6 No

What are the parts of root node? ..

Answer / deepak pareek

ROOT NODE IS THE MEJOR PART OF TREE..
IT IS ALSO CALLED PARENT NODE.
IT HAS FURTHER TWO NODE'S..
1: LEFT NODE
2: RIGHT NODE
THESE NODE IS CALLED AS CHILD NODE.

Is This Answer Correct ?    24 Yes 8 No

What are the parts of root node? ..

Answer / meenakshi

Root node basically have 2 parts i.e LEFT SUBTREE and RIGHT
SUBTREE. These subtrees have further divisions and having
many no. of children.

Is This Answer Correct ?    8 Yes 1 No

What are the parts of root node? ..

Answer / bipin from utkal university mc

root node is a special node which has no parent node.It
contains one or more field for storing children address
and also contains a data field for storing key value

Is This Answer Correct ?    6 Yes 0 No

What are the parts of root node? ..

Answer / senthil kumar

A node that doesnot have a parent node.

Is This Answer Correct ?    9 Yes 9 No

What are the parts of root node? ..

Answer / kannan

A root node has no child node
If it contain chid the address part of the node contains
NULL value

Is This Answer Correct ?    2 Yes 12 No

What are the parts of root node? ..

Answer / mariel

the parts of root is parent node

Is This Answer Correct ?    2 Yes 13 No

Post New Answer

More Data Structures Interview Questions

Define in brief an array. What are the types of array operations?

0 Answers  


How do you define a set?

0 Answers  


Which sorting algorithm has minimum number of swaps?

0 Answers  


What is the height of an empty tree?

0 Answers  


Define probing?

0 Answers  






Does treemap allow null keys?

0 Answers  


Define the term “percolate down”?

0 Answers  


Why is data structure?

0 Answers  


What is circular linked list?

0 Answers  


What are the operations that can be performed on a stack?

0 Answers  


What is heap with example?

0 Answers  


List the data structures which are used in hierarchical data model.

0 Answers  


Categories