In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / siya
stack and queue
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Define an algorithm. What are the properties of an algorithm?
What is faster array or arraylist?
What are red-black trees?
Write a program to insert an element and in the specific position in the array?
What is the default size of an arraylist?
What is a data structure? What are the types of data structures?
What happens if we try to insert duplicate key in hashmap?
For which header list, the last node contains the null pointer?
What is array and its types in data structure?
How would you dynamically allocate a one-dimensional and two-dimensional array of integers?
What is a Breadth First Search? Give a few of its applications.
Which is the parent class of linkedhashset class?
What are the disadvantages array implementations of linked list?
What is binary search in programming?
Why is data structure important?