2021年7月27日
摘要: Problem link: https://leetcode.com/problems/binary-tree-postorder-traversal/ Constraint: Idea: We could do it either in recursive or iterative way. Co 阅读全文
posted @ 2021-07-27 23:45 blackraven25 阅读(29) 评论(0) 推荐(0)
摘要: Problem link: https://leetcode.com/problems/binary-tree-preorder-traversal/ Ideas We could do it in either iterative or recursive way. Code Recursive 阅读全文
posted @ 2021-07-27 22:38 blackraven25 阅读(35) 评论(0) 推荐(0)