In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / siya
stack and queue
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Differentiate stack from array?
How do you represent a linked list?
Which sorting technique is best?
What is a data structure definition?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
What exactly is a thread?
Why is bubble sort stable?
Will it create any problem if we add elements with key as user defined object into the treemap?
What is a height of a tree?
List the data structures which are used in hierarchical data model.
List the two important key points of depth first search?
How to find the duplicate in an array?
Can we insert null in set?
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?
Is hashmap keyset ordered?