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

Why is merge sort faster?

495


Define union-by-weight?

621


Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.

604


Define static data structures?

535


Can arraylist contain null?

471






Is sorting a math skill?

494


What are the advantages of merge sort?

469


Define graph traversals?

536


How many passes does bubble sort need?

494


What are the disadvantages of linked list over array?

465


What does sorting an array do?

517


How to cut or remove an element from the array?

527


What does the dummy header in linked list contain?

696


List out the applications of a linked list?

502


What is dynamic data structure?

721