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
Which interfaces are implemented by concurrentskiplistset?
What is doubly linked list?
What are the difference between a stack and a queue?
What is insertion sort technique?
Which interfaces are implemented by hashmap?
How do you sort an array by value?
What is the easiest sorting method to use in data structures?
State the different ways of representing expressions?
What is breadth first tree?
How do you find the length of an arraylist?
What do you mean by general trees?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
What are different methods of collision resolution in hashing.
Why is sorting and classifying important?