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

To EXPLAIN: Queue always has TWO ends. So, single ended queue is not the type of queue.



Discussion

No Comment Found

Related InterviewSolutions