InterviewSolution
Saved Bookmarks
| 1. |
Minimum Number Of Queues Needed To Implement The Priority Queue? |
|
Answer» TWO. ONE QUEUE is USED for actual storing of data and ANOTHER for storing priorities. Two. One queue is used for actual storing of data and another for storing priorities. |
|