翻轉二叉樹

描述 翻轉一棵二叉樹java 樣例 Example 1: Input: {1,3,#} Output: {1,#,3} Explanation: 1 / 3 Example 2: Input: {1,2,3,#,#,4} Output: {1,3,2,#,4} Explanation: 1 1 / \ / \
相關文章
相關標籤/搜索