In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / pinky
a double ended queue
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you dynamically allocate a one-dimensional and two-dimensional array of integers?
What are the two types of data?
What are the tasks performed during postorder traversal?
In depth questions regarding the data structures and the Databases used in the Projects developed.
What should be done in the base case for this recursive problem?
How do you find the second largest element in an array of integers?
How many types of data structures are there?
State the different ways of representing expressions?
What are different techniques for making hash function? Explain with example.
What is modcount in hashmap?
What is a bubble sort and how do you perform it?
Is it possible to make an array volatile in java?
Does arraylist shrink?
Describe the types of data structures?
Write is a binary search tree? Write an algorithm and tell complexity?