Binary Tree Min Depth

Prereq: BFS on Tree

Given a binary tree, find the depth of the shallowest leaf node.

โ†
โ†‘TA ๐Ÿ‘จโ€๐Ÿซ