In the given binary tree, using array you can store the node 4 at which location?

1 2 3 - - 4 - - 5



In the given binary tree, using array you can store the node 4 at which location? 1 2 3 - - 4 ..

Answer / phool chand

Root LC1 RC1 LC2 RC2 LC3 RC3 LC4 RC4

where LCn means Left Child of node n and RCn means Right Child of node n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How is any data structure application is classified among files?

0 Answers  


Will this code give error if I try to add two heterogeneous elements in the arraylist? And why?

0 Answers  


Why is reflection slower?

0 Answers  


What do you mean by double hashing?

0 Answers  


How can avl tree be useful in all the operations as compared to binary search tree?

0 Answers  


Can an arraylist be null?

0 Answers  


How do arrays work?

0 Answers  


Define threaded binary tree.

0 Answers  


What is homogeneous array?

0 Answers  


How to pass in data structure exam?

0 Answers  


What is data structure explain different types of data structures with examples?

0 Answers  


Is quicksort greedy algorithm?

0 Answers  


Categories