559. N 叉树的最大深度 https://leetcode.cn/problems/maximum-depth-of-n-ary-tree
559. Maximum Depth of N-ary Tree https://leetcode.com/problems/maximum-depth-of-n-ary-tree
112. 路径总和 https://leetcode.cn/problems/path-sum
112. Path Sum https://leetcode.com/problems/path-sum
113. 路径总和 II https://leetcode.cn/problems/path-sum-ii
113. Path Sum II https://leetcode.com/problems/path-sum-ii
617. 合并二叉树 https://leetcode.cn/problems/merge-two-binary-trees
617. Merge Two Binary Trees https://leetcode.com/problems/merge-two-binary-trees
897. 递增顺序搜索树 https://leetcode.cn/problems/increasing-order-search-tree
897. Increasing Order Search Tree https://leetcode.com/problems/increasing-order-search-tree
938. 二叉搜索树的范围和 https://leetcode.cn/problems/range-sum-of-bst
938. Range Sum of BST https://leetcode.com/problems/range-sum-of-bst
1379. 找出克隆二叉树中的相同节点 https://leetcode.cn/problems/find-a-corresponding-node-of-a-binary-tree-in-a-clone-of-that-tree
1379. Find a Corresponding Node of a Binary Tree in a Clone of That Tree https://leetcode.com/problems/find-a-corresponding-node-of-a-binary-tree-in-a-clone-of-that-tree
剑指 Offer 26. 树的子结构 https://leetcode.cn/problems/shu-de-zi-jie-gou-lcof
剑指 Offer 26. 树的子结构 LCOF https://leetcode.com/problems/shu-de-zi-jie-gou-lcof
有的题目可以同时用「遍历」和「分解问题」两种思路来解,你可以利用这些题目训练自己的思维。
loading...