You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a binary tree, your task is to complete the function minDepth which takes one argument the root of the binary tree and prints the min depth of binary tree .