CodeChefMUST / Algorithms

A repository by Codechef@MUST for data structures and algorithms
MIT License
20 stars 45 forks source link

Minimum Depth Of A Binary Tree #192

Open vinayassrao opened 2 years ago

vinayassrao commented 2 years ago

This Problem is used to find the minimum depth in a binary tree using level order traversal .

Minimum depth ::-- It is the number of nodes along the shortest path from the root node down to the nearest leaf node.

The language used will be C++ Kindly assign this issue to me.