103. 二叉樹的鋸齒形層次遍歷

思路: 層次遍歷: 下面這中方式複雜化了:變動了結點 # Definition for a binary tree node. # class TreeNode(object): # def __init__(self, x): # self.val = x # self.left = None # self.right = None cl
相關文章
相關標籤/搜索