【强化练习】运用层序遍历解题 II
原创约 8161 字
Prerequisites
Before reading this article, you should first learn:
Some special types of binary tree problems require level-order traversal to solve, such as the following examples. For these problems, just consider them as a way to broaden your horizons and get a general idea; there won't be too many variations.