InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an advantage of a priority queue?(a) Easy to implement(b) Processes with different priority can be efficiently handled(c) Applications with differing requirements(d) Easy to delete elements in any caseThis is a very interesting question from Priority Queue topic in chapter Abstract Data Types of Data Structures & Algorithms II got this question in examination. |
|
Answer» The correct answer is (d) EASY to DELETE elements in any case |
|