πŸ“Š Data Structure (DS)
Q. What is a dequeue?
  • (A) a queue with insert/delete defined for both front and rear ends of the queue
  • (B) a queue implemented with a doubly linked list
  • (C) a queue implemented with both singly and doubly linked lists
  • (D) a queue with insert/delete defined for front side of the queue
πŸ’¬ Discuss
βœ… Correct Answer: (A) a queue with insert/delete defined for both front and rear ends of the queue

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
444
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate