InterviewSolution
Saved Bookmarks
| 1. |
For a binary tree the first node visited in in-order and post-order traversal is same.(a) True(b) FalseMy question is taken from Binary Trees topic in portion Binary Trees of Data Structures & Algorithms IThis question was addressed to me during an internship interview. |
|
Answer» The correct option is (b) False |
|