In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / mohan
Stack
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
What is dynamic data structure?
Which algorithm is used in arrays sort?
What is a stable algorithm?
How does arraylist store data?
Does arraylist shrink?
Why do we need linked list?
What does bubble sort do?
What is ordered map?
What is a weighted graph?
What is time complexity of sorting algorithms?
Explain binary representation?
Define leaves?
What are binary search and fibonacci search?
Define open addressing?
write a code for Implementation of stack and queues.