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 |
List the data structures which are used in rdbms, network data modal, and hierarchical data model.
What is a postfix expression?
Write a program to insert an element and in the specific position in the array?
What is the need of sorting?
Which is faster array or list?
Write a program to reverse a single linked list.
What is concurrentlinkeddeque?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is sort function?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential
Explain the implementation of an AVL tree and Binary tree.
What is precision in data structures?