The steps for finding post-order traversal are traverse the right subtree, traverse the left subtree or visit the current node.
(a) True
(b) False
My question is based upon Binary Trees topic in section Binary Trees of Data Structures & Algorithms I
The question was asked by my school principal while I was bunking the class.