Tag: double-ended queue in data structure ppt

Double Ended Queue
 0 Comment on Know the concept of Double Ended Queue in Data Structure
Posted in Data Structure

Know the concept of Double Ended Queue in Data Structure

Deque, double ended queue is an abstract data type in which elements can be added or removed either from front or back. Generally Front is considered as head end and Back is considered as Tail end.