For our last She’s coding data structure and algorithm event I chose minimum depth of binary tree problem to practice tree traversing with our participants. It can be challenging at first, with the help of depth first search and breadth first search we can solve it easily.

#breadth-first-search #binary-tree #programming #depth-first-search #javascript

JavaScript Solution to Minimum Depth of Binary Tree
1.75 GEEK