Examveda

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

B. 2i+2

C. 2i

D. 4i

Answer: Option A


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)