In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / mohan
Stack
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?
Is hashmap synchronized?
What is the time complexity of arraylist and linked list?
Why would you use a linked list?
which is the simplest file structure? (Sequential, indexed, random)
How does insertion sort works?
what are the applications of Linked Lists?
Define hashing?
What is the minimum number of nodes in an avl tree of height h?
Discuss how to implement queue using stack.
How many types of lists are there?
What is pivot in quicksort?
How do I rearrange rows in numbers?
Can arraylist be resized?
How will you check the validity of an expression containing nested parentheses?