What are the parts of root node?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by a dynamic array?

512


What is a 2 dimensional array?

514


What does adt stands for?

494


in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)

774


What do you mean by primary clustering?

581






What is the prerequisite for binary searching?

577


Write program for Bubble Sort ?

586


Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A

657


Can we use ordered set for performing binary search?

551


What is the complexity of sorting algorithm?

511


What is static array?

475


Define right-in threaded tree?

560


Differentiate between hashmap and hashtable.

633


Are lists mutable?

511


How does dynamic memory allocation help in managing data?

1078