InterviewSolution
Saved Bookmarks
| 1. |
A full binary tree can be generated using ______(a) post-order and pre-order traversal(b) pre-order traversal(c) post-order traversal(d) in-order traversalThe origin of the question is Binary Trees in chapter Binary Trees of Data Structures & Algorithms IThe question was posed to me by my school principal while I was bunking the class. |
|
Answer» Right choice is (a) post-order and pre-order traversal |
|