Data Structure Queues Question #5755
MCQ Single Best Answer Easy

QWhich data structure is commonly used to implement a queue?

ID: #5755 Queues 131 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: Option B

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.