Home Forums US Life tree 의 높이 구하는 알고리듬…이해가… tree 의 높이 구하는 알고리듬…이해가… Name * Password * Email // find 주석 이후 부분을 return max(tree_height(root->left), tree_height(root->right)) + 1; 처럼 간략화해서 보면 해석하기에 어떠실까요? I agree to the terms of service Comment