LeetCode Record
Ctrlk
  • Sort
  • linked list
  • Queue
  • Stack (some may involve tree map)
  • Priority Queue
  • Map/Set
    • 😮128 longest consecutive sequence
    • 😲380 insert delete getrandom O(1)
    • 348 Design tic tac toe
  • Binary Search
  • 2 pointer (including sliding window)
  • BFS (some may be solved by union find)
  • topological sort
  • BST binary search tree
  • DFS / Backtracking
  • DP
  • Prefix sum
  • Union find
  • Swipe Line
  • Segment tree
  • Monotonic Stack/Queue
  • Trie
  • TreeMap
  • Sessions
    • BFS
Powered by GitBook
On this page

Map/Set

😮128 longest consecutive sequence😲380 insert delete getrandom O(1)348 Design tic tac toe
Previous1438 Longest Continuous Subarray With Absolute Diff Less Than or Equal to LimitNext128 longest consecutive sequence

Last updated 2 years ago