Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) 2i+1
b) 2i+2
c) 2i
d) 4i