InterviewSolution
Saved Bookmarks
| 1. |
A data structure in which elements can be inserted or deleted at/from both ends but not in the middle is?(a) Queue(b) Circular queue(c) Dequeue(d) Priority queueAsked question is from Queue Operations in portion Abstract Data Types of Data Structures & Algorithms IThe question was asked in examination. |
|
Answer» Correct answer is (C) Dequeue |
|