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
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 |
Differentiate bfs and dfs?
What are different types of sorting algorithms?
How do you empty an arraylist?
How does a dynamic array work?
What are different types of algorithms?
Differentiate null and void?
How will you reverse Linked List.
Define balanced trees?
Which sorting algorithm is best for large data?
What is stable sort example?
If I try to add enum constants to a treeset, what sorting order will it use?
What is the time complexity of arrays sort?