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

How will you explain circular linked list?

0 Answers  


What are the types of linked list?

0 Answers  


What is b tree in data structure?

0 Answers  


Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78

0 Answers  


What is the difference between a Stack and a Queue.

0 Answers   Genpact, TCS,






What is the non linear data structure?

0 Answers  


Why is hashmap faster?

0 Answers  


What is meant by balanced binary tree?

0 Answers  


Which is better hashmap or hashtable?

0 Answers  


What do you mean by double hashing?

0 Answers  


Can arraylist be null?

0 Answers  


What exactly is data?

0 Answers  


Categories