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 |
Write program for Quick sort ?
Tell us the difference between merge and quick sort. Which one would you prefer and why?
0 Answers Agilent, ZS Associates,
How many types of linked list are there?
What do you mean by selection sort?
What is meant by int?
Explain data structure
Who created quicksort?
What are the types of bulleted list?
How do you insert a new item in a binary search tree?
Can we put null key in hashmap?
Differentiate between hashmap and treemap.
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?