🍎
Leetcode
  • README
  • Templates
    • interview_checklist
    • 🥰beauty of python
    • online IDE templates
    • time complexity analysis
  • Data structures
    • bit_operation
    • deque
    • hashtable
    • linked_list
    • priority_queue
      • Arrangement
      • Sort+PQ
    • stack
    • string
    • intervals
    • trie
    • graph
    • tree
  • Algorithm
    • bfs
    • binary_search
    • dfs
    • topological sort
    • dynamic_programming
    • greedy
    • union_find
    • recursion
    • two_pointers
    • Offline processing
  • Other
    • design
    • everything
    • math
  • Company
    • Tree
    • BinarySearch
Powered by GitBook
On this page
  1. Data structures

deque

  • Deque

Deque

239.Sliding-Window-Maximum (H-) 862.Shortest-Subarray-with-Sum-at-Least-K (H) 1425.Constrained-Subsequence-Sum (H) 1438.Longest-Continuous-Subarray-With-Absolute-Diff-Less-Than-or-Equal-to-Limit (H) 1499.Max-Value-of-Equation (M+) 1562.Find-Latest-Group-of-Size-M (H) 1696.Jump-Game-VI (M+) 1776.Car-Fleet-II (H)

Previousbit_operationNexthashtable

Last updated 3 years ago