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 / amit tyagi

stack,because we can only do push-pull it at two ends nor
in middle.

Is This Answer Correct ?    12 Yes 27 No

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

Answer / sarmistha

linked list

Is This Answer Correct ?    21 Yes 148 No

Post New Answer

More Data Structures Interview Questions

What are the types of linked list?

0 Answers  


Is file a data structure?

0 Answers  


If you do not initialize an array what will happen?

0 Answers  


What is two-dimensional array?

0 Answers  


What is hashing technique? Describe in brief.

0 Answers  


What are the difference between arraylist and linkedlist from the perspective of sorting?

0 Answers  


Define in brief an array.

0 Answers  


Does treemap allow duplicate keys?

0 Answers  


Is array of data structure?

0 Answers  


Tell me do array subscripts always start with zero?

0 Answers  


What is space complexity of a program?

0 Answers  


What is a subtree?

0 Answers  


Categories