In the given binary tree, using array you can store the node 4 at which location?
1 2 3 - - 4 - - 5
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 |
What is heap tree?
Differentiate linear from non linear data structure?
What is meant by linked list?
What is the use of sorting the data?
What happens if we try to insert duplicate key in hashmap?
Define non linear data structure.
What is the prerequisite for binary searching?
Explain Linked List
What are the types of map?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
What are the types of bulleted list?
Which type of memory allocation is referred for linked list?