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 peek in stack?

443


How many types of data structures are there?

518


When ArrayIndexOutOfBoundsException occurs?

650


Explain quick sort?

560


Explain about set and their types in a collection?

468






Define splay tree?

592


Why is null not allowed in concurrenthashmap?

455


What is unhashable type list?

476


Define a linear data structure.

509


Does treemap allow duplicate keys?

476


What do you mean by disjoint set adt?

539


Define indegree of a graph?

671


What is binary tree? Explain its uses.

502


List the data structures which are used in rdbms.

523


Explain different methods in which you can traverse a tree?

525