You are viewing a single comment's thread. Return to all comments →
I just added this line
if(root->left == NULL && root->right == NULL) { return 0;
}
Seems like cookies are disabled on this browser, please enable them to open this website
Tree: Height of a Binary Tree
You are viewing a single comment's thread. Return to all comments →
I just added this line