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
Can a hashset contain duplicates?
How memory is reserved using a declaration statement in data structure?
Why is tuple immutable?
What is the use of isEmpty() member methods?
What is meant by binary tree traversal?
What is the need for extendible hashing?
What are the different types of linked list?
Why is treeset sorted?
Where is insertion sort used?
What is binary tree in computer science?
Write any two principles of gradation of structures.
What is range search?
Does arraylist extend list?
What is advantage and disadvantage of linked list?
Which is faster treemap or hashmap?