Vidyalelo
Data Structure · Q220

Binary Search Trees(B Tree)

Programming · Data Structure · question 220

Q220

If binary trees are represented in arrays, what formula can be used to locate a left child, if the node has an index i?

A.
2i+1
Answer
B.
2i+2
C.
2i
D.
4i

Answer: Option A

Solution

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