Exercise: Binary Tree Level II
OriginalAbout 3295 words
Prerequisites
Before reading this article, you should first learn:
Some special types of binary tree problems require level-order traversal, such as the ones listed below. These problems are meant to broaden your horizons and leave an impression; there won't be too many variations.