【强化练习】利用后序位置解题 II
原创约 9368 字
Prerequisites
Before reading this article, you should first learn:
Basic binary tree functions like summing values or calculating height are easy to write. Sometimes, simply adding a bit of code at their post-order position can give us the desired result.