InterviewSolution
Saved Bookmarks
| 1. |
What data structure is used when converting an infix notation to prefix notation?(a) Stack(b) Queue(c) B-Trees(d) Linked-listMy question is based upon Application of Stacks in division Application of Stacks of Data Structures & Algorithms II got this question during an interview for a job. |
|
Answer» Right choice is (a) Stack |
|