leetcode在線編程:給定一棵二叉樹 找到它的最小深度 最小深度是從根節點到最近葉節點的最短路徑上的節點數量

題目:node 給定二叉樹,找到它的最小深度。this The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.spa 最小深度是沿從根節點到最近的葉節點的最短路徑上的節點數。rest Note: A leaf is a nod
相關文章
相關標籤/搜索