Total Accepted: 93588
Total Submissions: 309967
Difficulty: Easy
Given a binary tree, find its minimum depth.
The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.
Java:
1 | /** |
select * from utils
Total Accepted: 93588
Total Submissions: 309967
Difficulty: Easy
Given a binary tree, find its minimum depth.
The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.
Java:
1 | /** |
欢迎加入我的小专栏「基你太美」一起学习。