DEV Community

Cover image for What is the purpose of  one particular thing in the code ?
Archit Sood
Archit Sood

Posted on

What is the purpose of one particular thing in the code ?

What is the purpose of the // for left subtree
(int left = x * 2 + 1;
// for right subtree
int right = x * 2 + 2;)
in the code given in the image .

Top comments (0)