Model answer
In level-order storage, nodes before i account for complete earlier levels and positions on the current level. For zero-based index i, parent is ⌊(i−1)/2⌋ and children are 2i+1 and 2i+2 when those indices are below n.
Use the key terms, then explain the reasoning.