

InterviewSolution
Saved Bookmarks
1. |
Infix to prefix conversion can be done using __________(a) two queues(b) two stacks(c) one stack and two queues(d) one stackI have been asked this question during an online interview.My question is from Trees in section Trees of Discrete Mathematics |
Answer» Right choice is (b) two stacks |
|