Computer Science and Engineering Queues Question #5761
Single Choice Easy

QWhich of the following is not a type of queue?

ID: #5761 Queues 178 views
Question Info
#5761Q ID
EasyDifficulty
QueuesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Priority queue
  • B Circular queue
  • C Double-ended queue
  • D Binary queue
Correct Answer

Explanation

Answer: d) Binary queue

Explanation: A binary queue is not a type of queue in data structure. Instead, it is a term used in computer science to describe a data structure that is similar to a binary heap.

Share This Question

Challenge a friend or share with your study group.