Challenge: Find Number of Leaf Nodes
Let’s find the number of leaf nodes present in a binary tree using recursion.
We'll cover the following
Problem
Given a binary tree, find the total number of leaf nodes it has.
Input
A binary tree.
Output
The total number of leaf nodes.
Sample input
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.