In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / 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 |
Post New Answer View All Answers
What is stack and its operations?
Why do we use data structures?
Can we modify final arraylist?
What is best time complexity?
Which language is best for data structures?
How do you create a tree diagram?
Which is faster array or list?
What are the tasks performed during preorder traversal?
What are the non linear data structure?
Explain the Linked List
What is linked list in data structure?
What are the parts of a linked list?
What is difference between set and map?
Define an algorithm.
What sorting algorithm does arrays sort use?