In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / rajesh
Deque or double ended queue is answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is list and its types?
Mention the steps to insert data at the starting of a singly linked list?
Define rehashing?
What is meant by binary tree traversal?
What are the different data structures?
Write the stack overflow condition.
How do I sort a hashmap key?
Explain pre-order and in-order tree traversal.
What is difference between while and do while?
What are linked lists most commonly used for?
Can you sort a hashset?
Why concurrenthashmap is fail safe?
What is data and information explain with example?
What is collision in data structure?
Explain what is the data structures used to perform recursion?