In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / shankar
link list is wrong answer.there are two ds 1)satck and 2)Queue
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
When new data are to be inserted into a data structure?
What is binary search tree and explain its time complexity?
If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?
In depth questions regarding the data structures and the Databases used in the Projects developed.
Is any implicit arguments are passed to a function when it is called?
Explain the difference between hashset and hashmap?
What is the difference between arraylist and hashmap?
Define an algorithm. What are the properties of an algorithm?
What is the best case time complexity of bubble sort?
Define heap?
What is the difference between ienumerable and list?
What is entryset in hashmap?
What do you mean by an Array?
What is different between array and list?
Is it possible to store null key and null values in a hashmap?