In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / achintya shankar adhikari
it must b DEQUEUE,where elements can be added or removed at
either end,but not from the middle end..
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
How do you declare An array of three char pointers
What is a map in programming?
Define left-in threaded tree?
How do arrays work?
Which sorting method is slowest?
What is stack explain with diagram?
What are linked lists most commonly used for?
What is difference between array and string?
Find duplicates in infinite range. Which data structure to be used to give efficient solution?
Is stack a dynamic data structure?
What is dangling pointer and how to avoid it?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
What is meant by heap sort?
How to create your own data structure in java?
Define outdegree of a graph?