what is mean by d-queue?

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


Please Help Members By Posting Answers For Below Questions

Which interfaces are implemented by hashmap?

509


Why insertion is faster in linked list?

451


Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?

543


Why do we need to recycle?

446


State the difference between persistent and ephemeral data structure?

1019






Why are b trees used?

505


Are linked lists considered linear or non-linear data structures?

565


What are the different types of data structures explain briefly?

527


What are the tasks performed during postorder traversal?

525


What is the difference between a Stack and a Queue.

496


How does a binary search work?

441


Explain the expression trees?

578


Define non-linear data structures?

563


Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.

557


What does the dummy header in linked list contain?

681