| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Based on: https://www.geeksforgeeks.org/find-minimum-depth-of-a-binary-tree/amp/
Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.
Minimum height of below Binary Tree is 2. Note that the path must end on a leaf node.
| Back | FazBrowse Home | New Git URL |