You are viewing a single comment's thread. Return to all comments →
if(n%2==0) height = pow(2,(n/2) +1) -1 ; else height = pow(2,((n+1)/2) +1) -2 ;
Seems like cookies are disabled on this browser, please enable them to open this website
Utopian Tree
You are viewing a single comment's thread. Return to all comments →