Coding Challenge · BEGINNER
In a dense forest, a botanist is studying the height of various trees. Each tree is represented as a binary tree structure, where each node has a height value. The botanist needs to determine the height of the tallest tree from the root to the farthest leaf. Your task is to calculate the height of a given binary tree.