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
AnswerB.
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