Answer Posted / venu
in dqueue there are 2 types.
1.)input restricted queue:-Means insert at rear and delete
at both sides(front and rear).
2.)output restricted queue:-Means insert at both the
ends(front and rear)and delete at one end that to front.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How do you create a tree diagram?
Explain the implementation of an AVL tree and Binary tree.
Explain what is the bucket size, when the overlapping and collision occur at same time?
What is the most used data structure?
What is data structure in programming language?
Can arraylist hold different types?
On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.
What do you mean by shortest path?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential
Explain what is linear search?
Why it is important to have aligned addresses? What is the exception generated when there is a misaligned address?
How do you sort an array by value?
Which is faster hashset or treeset?
Is bucket sort a comparison sort?
What is basic data structure?