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 are hash tables good for?
What is bubble sort with example?
Write the disadvantages of separate chaining?
Why do we need a data structure?
Is quicksort recursive?
What are the non linear data structure?
What is mean by selection sort?
Where the data structures are used?
What are all the classes and interfaces that are available in the collections?
When ArrayIndexOutOfBoundsException occurs?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
What are the categories of avl rotations?
In an avl tree, at explain what condition the balancing is to be done?
Define graph?
Define graph traversals?