Exercise: Binary Tree Post-order II
OriginalAbout 8177 words
Prerequisite Knowledge
Before reading this article, you need to learn:
Basic binary tree functions like summing up values or finding the height are easy to write. Sometimes, you just need to add a bit of code in their post-order positions to get the desired results.