Question:The post-order traversal of a binary tree starts with:
A Post-order traversal of the left sub tree B Post-order traversal of the right sub tree C Post-order traversal of the root D Post-order traversal of the lowest node
+ AnswerA
+ Report