【leetcode】145. Binary Tree Postorder Traversal

題目如下: 解題思路:湊數題+3,搞不懂爲什麼本題的難度是Hard,而【leetcode】590. N-ary Tree Postorder Traversal是Medium。 代碼如下: # Definition for a binary tree node. # class TreeNode(object): # def __init__(self, x): # sel
相關文章
相關標籤/搜索