InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not the type of queue?(a) Ordinary queue(b) Single ended queue(c) Circular queue(d) Priority queueMy question is from Queue Operations in chapter Abstract Data Types of Data Structures & Algorithms IThis question was posed to me in exam. |
|
Answer» The CORRECT choice is (B) Single ended queue |
|