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
a) 2i+1
b) 2i+2
c) 2i
d) 4i
b) 2i+2
c) 2i
d) 4i
Accurate answers. Every time.
https://answerhappy.com/