In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / guest
stack
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
Explain recursive function & what is the data structures used to perform recursion?
What is list and its types?
What is sorting and classifying?
What are the benefits of using arrays?
What are different techniques for making hash function?
What is a map programming?
For addition and deletion. Which one is most preferred: array list or linked list?
What is difference between rb tree and avl tree?
Differentiate between failfast and failsafe.
Which is better merge sort or quick sort?
What is stack push?
What does adt stands for?
How many pointers are necessary to implement a simple linked list?
Reverse a linked list from the middle.
Does arraylist extend list?