【强化练习】用「分解问题」思维解题 II
原创约 3374 字
Prerequisites
Before reading this article, you need to learn:
Technique One
For problems similar to determining if a binary tree is a mirror image or flipping a binary tree, you can generally use a problem decomposition approach. This means breaking down the problem of the entire tree (original problem) into problems between subtrees (subproblems).