In which data structure, elements can be added or removed at
either end, but not in the middle?

Answers were Sorted based on User's Feedback



In which data structure, elements can be added or removed at either end, but not in the middle?..

Answer / guest

stack

Is This Answer Correct ?    0 Yes 0 No

In which data structure, elements can be added or removed at either end, but not in the middle?..

Answer / rajesh

Deque or double ended queue is answer

Is This Answer Correct ?    0 Yes 0 No

In which data structure, elements can be added or removed at either end, but not in the middle?..

Answer / guest

dequeue

Is This Answer Correct ?    1 Yes 2 No

In which data structure, elements can be added or removed at either end, but not in the middle?..

Answer / siya

stack and queue

Is This Answer Correct ?    0 Yes 1 No

In which data structure, elements can be added or removed at either end, but not in the middle?..

Answer / prasanna

Stack
Queue
Deck

Is This Answer Correct ?    6 Yes 10 No

In which data structure, elements can be added or removed at either end, but not in the middle?..

Answer / reehan

Ya Swapna..i think u r absolutely rite :)...thanks a lot;)

Is This Answer Correct ?    1 Yes 6 No

In which data structure, elements can be added or removed at either end, but not in the middle?..

Answer / kalyani

stack, queues

Is This Answer Correct ?    0 Yes 5 No

In which data structure, elements can be added or removed at either end, but not in the middle?..

Answer / guest

stack

Is This Answer Correct ?    0 Yes 10 No

In which data structure, elements can be added or removed at either end, but not in the middle?..

Answer / shankar

link list is wrong answer.there are two ds 1)satck and 2)Queue

Is This Answer Correct ?    5 Yes 17 No

In which data structure, elements can be added or removed at either end, but not in the middle?..

Answer / mohan

Stack

Is This Answer Correct ?    3 Yes 17 No

Post New Answer

More Data Structures Interview Questions

What is heap and its types?

0 Answers  


How can you correct these errors?

0 Answers  


Is a hashset ordered?

0 Answers  


Define forest?

0 Answers  


Why using cookie to store session info is a better idea than just using session info in the request?

0 Answers  






How to do the intersection of two sorted arrays?

0 Answers  


How do you sort in ascending order in arraylist?

0 Answers  


What is data structures in computer science?

0 Answers  


What is a linear search?

0 Answers  


What is the complexity of sorting algorithm?

0 Answers  


What are the types of linked list?

0 Answers  


What is a hash in programming?

0 Answers  


Categories