Binary Tree Min Depth
Prereq: BFS on Tree
Given a binary tree, find the depth of the shallowest leaf node.
You are on levelĀ Student
Prereq: BFS on Tree
Given a binary tree, find the depth of the shallowest leaf node.
Monster Assistant is thinking...