what is mean by d-queue?

Answer Posted / avanesh singh

D-queue is a special type of data structure in which insertions and deletions will be done either at the front end or at the rear end of the queue.

The operations that can be performed on deques are-:

· Insert an item from front end.

· Insert an item from rear end.

· Delete an item from front end.

· Delete an item from rear end.

· Display the contents of queue.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the need for extendible hashing?

548


What do you mean by 2-3-4 tree?

570


List out the basic operations that can be performed on a stack?

463


Can value be null in treemap?

512


Explain the priority queue?

524






What are the advantages of binary search over linear search?

632


Can arraylist have null values?

470


What is a string array?

512


What do you mean by priority queue?

500


What is the difference between collections class vs collections interface?

537


Can you have an arraylist of arrays?

517


What is the difference between the hash table and hash map?

518


What is difference between rb tree and avl tree?

471


Define the term “percolate down”?

595


Name few collections map implementations?

525