In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / prasanna
Stack
Queue
Deck
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
Difference between hashset and treeset?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
Why is hashset not ordered?
How to print element of Array?
Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?
What is queue example?
What is a class user?
Define threaded binary tree. Explain its common uses
What is dequeue operation?
What is binary tree in discrete mathematics?
How does a hashtable work?
What are the classification of data structures?
What is a Stack? Explain with example?
Can you store different types in an array?
Is bubble sort faster than selection sort?