Define a Deque?



Define a Deque?..

Answer / Jyoti Pandey

A deque (double-ended queue) is a data structure that allows elements to be added or removed from both ends. It is useful for applications where elements need to be added or removed frequently from either end.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Define depth and height of a node?

1 Answers  


What is binary tree and its properties?

1 Answers  


What is unhashable type list?

1 Answers  


What are the average and worst time complexity in a sorted binary tree is

1 Answers   TCS,


Can we put null key in hashmap?

1 Answers  


What is sort in data structure?

1 Answers  


write a code for Implementation of stack and queues.

1 Answers   InterGraph,


How many sorting techniques are there?

1 Answers  


What is the difference between sorting and classifying?

1 Answers  


What is raid (redundant array of inexpensive disks)? Explain its level?

1 Answers  


How does a heap sort work?

1 Answers  


Can arraylist contain duplicates?

1 Answers  


Categories