Tree: Height of a Binary Tree

  • + 0 comments

    I returned 0 and it works well with all test case passed. if(root==null) then return 0;