T
R
E
E
   
V
I
S
U
A
L
I
Z
E
R

Choose an option
Below is the binary tree of given input
index of current/parent node : i
index of left child node : 2i + 1
index of right child node : 2i + 2