For a binary tree the first node visited in in-order and post-order traversal is same.
(a) True
(b) False
My question is taken from Binary Trees topic in portion Binary Trees of Data Structures & Algorithms I
This question was addressed to me during an internship interview.