In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / vivek tiwari
I think that Linked List is not correct answer. Because
items can be added at middle.....
Is This Answer Correct ? | 42 Yes | 3 No |
Post New Answer View All Answers
What is the Insertion Sort Code?.
How would you dynamically allocate a one-dimensional and two-dimensional array of integers?
Define open addressing?
What is difference between data type and data structure?
What are the non linear data structure?
Does arraylist allow null values?
What is the use of prototype?
What do you mean by disjoint set adt?
What is java priority queue?
What is the difference between file structure and storage structure?
Is treeset thread safe?
What is the difference between linked list and array?
What is red black tree in data structure?
What is the meaning of anonymous array? Explain with an example?
What does quick sort do?