In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / bhasu
dequeues is the correct
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What is array sort?
What do you mean by double hashing?
Define open addressing?
What sorting algorithm does arrays sort use?
Why is data structure needed?
Does arraylist guarantee insertion order?
What is Another name of Dynamically allocating memory.
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.
Which is the parent class of sortedset
What do you mean by quadratic probing?
Does treemap allow null key?
Which interfaces are implemented by hashmap?
How efficient is binary search?
Is selection sort greedy?
Why is arraylist used?