Lazy n Reclined \o_/__/\
Yet efficient and results-oriented
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.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment