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 a threaded binary tree? Explain its operation with example?
what is the biggest advantage of linked lists?
Is bubble sort adaptive?
Which is the parent class of sortedset
What is difference between static and dynamic array?
What is an algorithm in coding?
What is heap tree?
What is stack push?
Will it create any problem if we add elements with key as user defined object into the treemap?
Mention the data structures which are used in graph implementation.
What do you mean by open addressing?
In what data structures are pointers applied?
What is an recursive algorithm?
Is data structure a data type?
Is hashmap keyset ordered?