Which of the following is not an application of stack.
(a) Tower of Hanoi
(b) evaluation of postfix expression
(c) Priority queue
(d) Recursion
Tower of Hanoi → solved using recursion and stack concept
Evaluation of postfix expression → uses stack
Recursion → implemented using call stack
Priority queue is implemented using heap or special queue structure, not stack.
Correct Answer: (c) Priority queue
Online Test Series, Information About Examination,
Syllabus, Notification
and More.
Online Test Series, Information About Examination,
Syllabus, Notification
and More.