Answer Posted / baskar
d-queue stands for double ended queue.we can add & delete
elements at either side.they are two other variations like
input restricted deque and output restricted deque.
Input restricted deque means we can delete at both end
but insert only at end of the queue(ie) rear .
Output restricted deque means we can insert at both end
but delete only at end of the queue(ie)front.
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
Can you distinguish between ArrayList and Array?
What is the need of sorting?
In which matrix, we can use multilinked structures?
Explain about set and their types in a collection?
Define ancestor and descendant ?
In Data Structure, write output of given program.
Is json a data structure?
List out the applications of a linked list?
List the data structures which are used in rdbms.
How can we reverse a singly linked list?
Which interfaces are implemented by abstractsequentiallist?
How does max heap work?
What is bubble sort with example?
What is the types of data structure?
When is a binary search best applied?