Problem
111. Minimum Depth of Binary Tree
Java
BFS
1 | /** |
Submission Detail
- 52 / 52 test cases passed.
- Runtime: 0 ms, faster than 100.00% of Java online submissions for Minimum Depth of Binary Tree.
- Memory Usage: 59.3 MB, less than 77.17% of Java online submissions for Minimum Depth of Binary Tree.