Lazy n Reclined \o_/__/\
Yet efficient and results-oriented
Showing posts with label
deque
.
Show all posts
Showing posts with label
deque
.
Show all posts
Tuesday, October 4, 2016
Data structure - Deque
DEQUE
Double-ended queue (or Deque pronounced as “Deck”) is an data structure where items can be added to or removed from any end. It is implemented as Linked List with head and tail. Deque is used for maintaining a LRU cache.
Older Posts
Home
Subscribe to:
Posts (Atom)