Computer Science and Engineering Queues Question #5755
Single Choice Easy

QWhich data structure is commonly used to implement a queue?

ID: #5755 Queues 145 views
Question Info
#5755Q ID
EasyDifficulty
QueuesTopic

Choose the Best Option

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

  • A Array
  • B Linked list
  • C Binary tree
  • D Hash table
Correct Answer

Explanation

Answer: b) Linked list

Explanation: A linked list is commonly used to implement a queue since it allows for efficient insertion and deletion at both ends of the list.

Share This Question

Challenge a friend or share with your study group.