In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / naz
Dequeue is the exactly Right answer........am 100% sure for
it.........
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What is int data type?
What is time and space complexity of bubble sort?
What are the disadvantages of linked list?
What is the best data structure and algorithm to implement cache?
What is thread and types of thread?
What is the difference between array and list?
Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.
Write a code for dynamic allocation of array.
Define non-linear data structures?
What are lists?
There are 2 int type array data type. One is containing 50 elements, and another one is containing 30 elements. Can we assign the array of 50 elements to an array of 30 elements?
What is two-dimensional array?
How do you create a tree diagram?
What is the advantage of the heap over a stack?
Why is hashing used?