InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an inherent application of stack?(a) Reversing a string(b) Evaluation of postfix expression(c) Implementation of recursion(d) Job schedulingMy query is from Stack Operations in portion Abstract Data Types of Data Structures & Algorithms IThe question was asked in class test. |
|
Answer» RIGHT ANSWER is (d) Job scheduling Easiest EXPLANATION - Job Scheduling is not PERFORMED USING stacks. |
|