In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / sarmistha
linked list
| Is This Answer Correct ? | 21 Yes | 148 No |
Post New Answer View All Answers
What is a property class?
What is Another name of Dynamically allocating memory.
What are different sorting algorithms?
Define rehashing?
Why do we need to recycle?
Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.
Why arraylist is not efficient for manipulation?
Can we store primitives in collections?
Is hashtable throw concurrentmodificationexception?
What should I learn first data structures or algorithms?
Which interfaces are implemented by enumset?
How does max heap work?
Is arraylist a collection?
What does each entry in the link list called?
How to get top two numbers from an array?