All about leetcode

Home Archives
2021
Feb 7

leetcode 1755 - Closest Subsequence Sum

Tags

  • 2Dto1D
  • BFS
  • Backtracking
  • Backwards
  • BellmanFord
  • BinarySearch
  • BinarySearch2
  • Bit
  • Counting
  • DFS
  • DP
  • Dijikstra
  • DivideAndConquer
  • FloyWarshall
  • Game
  • Greedy
  • Huffman
  • Interval
  • IntervalEvents
  • KMP
  • KeepUpdating
  • Knapsack
  • LCS
  • LIS
  • LPS
  • Median
  • MeetInMiddle
  • Memo
  • Minimax
  • Misc
  • MonotonicStack
  • NextArray
  • OrderlessWhole
  • PrefixSum
  • PriorityQueue
  • Prune
  • Purge
  • Queue
  • Recursion
  • SPFA
  • Scan
  • SegmentTree
  • ShortestPath
  • SlidingWindow
  • Sort
  • Stack
  • StateChange
  • StateSeen
  • SweepLine
  • Thinking
  • TopoSort
  • TowPointers
  • Trie
  • UnionFind
  • Whole

Tag Cloud

2Dto1D BFS Backtracking Backwards BellmanFord BinarySearch BinarySearch2 Bit Counting DFS DP Dijikstra DivideAndConquer FloyWarshall Game Greedy Huffman Interval IntervalEvents KMP KeepUpdating Knapsack LCS LIS LPS Median MeetInMiddle Memo Minimax Misc MonotonicStack NextArray OrderlessWhole PrefixSum PriorityQueue Prune Purge Queue Recursion SPFA Scan SegmentTree ShortestPath SlidingWindow Sort Stack StateChange StateSeen SweepLine Thinking TopoSort TowPointers Trie UnionFind Whole

Archives

  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019

Recent Posts

  • leetcode 1011 - Capacity To Ship Packages Within D Days
  • leetcode 875 - Koko Eating Bananas
  • leetcode 1283 - Find the Smallest Divisor Given a Threshold
  • leetcode 1300 - Sum of Mutated Array Closest to Target
  • leetcode 1637 - Widest Vertical Area Between Two Points Containing No Points
© 2021 Ming Lin
Powered by Hexo
Home Archives