【Leetcode_總結】515. 在每個樹行中找最大值 - python

Q: 您需要在二叉樹的每一行中找到最大的值。 示例: 輸入: 1 / \ 3 2 / \ \ 5 3 9 輸出: [1, 3, 9] 鏈接:https://leetcode-cn.com/problems/find-largest-value-in-each-tree-row/ 思路:層次遍
相關文章
相關標籤/搜索