what is mean by d-queue?

Answer Posted / vinuthna

A deque is a abstract data structure that implements a queue
for which elements can be added to front or rear and the
elements can be removed from the rear or front.

it is also called head-tail linked list

Is This Answer Correct ?    77 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is inplace sorting?

587


How to inverting a function in sort and searching?

472


What are the collision resolution methods?

529


Why do we use a multidimensional array in data structure?

586


Mention some drawbacks of the linked list.

566






Which searching algorithm is best?

458


Who created quicksort?

515


Is treemap thread safe?

505


How would you implement two stacks using a single array?

548


Can hashset contain null?

466


Describe the degree term in a tree.

568


When would you use a tuple?

475


What are three common types of traversals?

448


What is structured data with example?

472


Treemap orders the elements on which field?

511