LeetCode Record
Ctrlk
  • Sort
  • linked list
  • Queue
  • Stack (some may involve tree map)
  • Priority Queue
  • Map/Set
  • 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
    • 53. Maximum Subarray
    • 😟304. Range Sum Query 2D - Immutable
    • 1031 maximum sum of two non overlapping subarrays
    • 😁523 continuous subarray sum
  • Union find
  • Swipe Line
  • Segment tree
  • Monotonic Stack/Queue
  • Trie
  • TreeMap
  • Sessions
    • BFS
Powered by GitBook
On this page

Prefix sum

53. Maximum Subarray😟304. Range Sum Query 2D - Immutable1031 maximum sum of two non overlapping subarrays😁523 continuous subarray sum
Previous740. Delete and EarnNext53. Maximum Subarray

Last updated 1 year ago