In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / sumit
dequeue is the correct answer.unlike queues elements can be
added at both ends rather than one end ,but not in the middle..
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
List some applications of tree-data structure?
What is a matrix?
Define graph?
Explain the Array
What is ascii sort order?
What does adt stands for?
Can we store a string and integer together in an array?
How to reverse a linked list iterative algorithm?
How remove all from arraylist?
How do you make a bubble chart with 3 variables?
What is a list in data structure?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
State the advantages of using postfix notations?
Which sort is stable?
What is quick sort?