understood the question but having trouble in implementing the input part
Treee -- Find sum at level k
Hey @tusharjha9835 there is one correction in build tree function
condition for second elseif should be if(child==1) [i.e on line 24]
understood the question but having trouble in implementing the input part
Hey @tusharjha9835 there is one correction in build tree function
condition for second elseif should be if(child==1) [i.e on line 24]