In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / mishthi
dequeue
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do hash tables work?
What is array and structure?
Which sorting is worst?
Explain pre-order and in-order tree traversal.
In tree construction which is the suitable efficient data structure?
List the abstract operations in the set?
You are given a singly linked list. How would you find out if it contains a loop or not without using temporary space?
How is the front of the queue calculated ?
Compare Queue and Topic ?
What is meant by hashing?
Data structure used to implement a menu
What do you know about traversal in linked lists?
Which sorting has less time complexity?
Can we define the size of arraylist?
Why is reflection slower?