In the given binary tree, using array you can store the node 4 at which location?
1 2 3 - - 4 - - 5
Answer Posted / 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 View All Answers
Does arraylist guarantee insertion order?
What is difference between array and string?
Is linked list faster than array?
What is binary tree in discrete mathematics?
Which language is best to learn data structures?
Define depth and height of a tree?
What are three common types of traversals?
Difference between arraylist and linkedlist?
What are the applications of b-tree?
State the properties of b tree.
What is the complexity of sorting algorithm?
How can you insert a node to the beginning of a singly linked list?
Define probing?
List all data structures you would use for a memory management module.
What is data and data structure?