摘要: https://leetcode.com/problems/flip-equivalent-binary-trees/ For a binary tree T, we can define a flip operation as follows: choose any node, and swap 阅读全文
posted @ 2018-12-19 17:29 丧心病狂工科女 阅读(179) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/binary-tree-postorder-traversal/ Given a binary tree, return the postorder traversal of its nodes' values. Example: Foll 阅读全文
posted @ 2018-12-19 17:02 丧心病狂工科女 阅读(106) 评论(0) 推荐(0) 编辑