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

List the applications of queues?

0 Answers  


Why might quick sort might be better than merge sort?

0 Answers  


What is int data type?

0 Answers  


How do you rotate an AVL tree?

0 Answers   Global Logic,


What is immutablelist?

0 Answers  






Which is faster array or linked list?

0 Answers  


What is B+ tree?

6 Answers   BMC, CMC, Satyam, TCS,


How will you check the validity of an expression containing nested parentheses?

0 Answers  


What is difference between for loop and foreach?

0 Answers  


How do I use quick sort?

0 Answers  


How do you find the height of a binary tree?

0 Answers  


What is bubble sort in data structure?

0 Answers  


Categories