Vidyalelo
Data Structure · Q149

Trees in Data Structures

Programming · Data Structure · question 149

Q149

Which one of the following is the correct formulae to find the parent node at index I?

A.
(I-1)/K
Answer
B.
(I+1)/K
C.
(I*1)/K
D.
(I-2)/K

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board