Skip to content

Instantly share code, notes, and snippets.

@etaf
Last active September 17, 2019 08:38
Show Gist options
  • Save etaf/802ab72420283e51530ddfa042762408 to your computer and use it in GitHub Desktop.
Save etaf/802ab72420283e51530ddfa042762408 to your computer and use it in GitHub Desktop.
leetcode category
[interval, segment]
1094: https://leetcode.com/problems/car-pooling/
986 : https://leetcode.com/problems/interval-list-intersections/
1109: https://leetcode.com/problems/corporate-flight-bookings/
[nth-element, priority queue, heap]
973 : https://leetcode.com/problems/k-closest-points-to-origin/
[pure dp]
1143: https://leetcode.com/problems/longest-common-subsequence/
174: https://leetcode.com/problems/dungeon-game/
[monotonic increasing stack]
84 : https://leetcode.com/problems/largest-rectangle-in-histogram/
85 : https://leetcode.com/problems/maximal-rectangle
503 : https://leetcode.com/problems/next-greater-element-ii/
1019: https://leetcode.com/problems/next-greater-node-in-linked-list
[monotonic decreasing queue]
293 : https://leetcode.com/problems/sliding-window-maximum/
[MOD]
974 : https://leetcode.com/problems/subarray-sums-divisible-by-k/submissions/
523 : https://leetcode.com/problems/continuous-subarray-sum/
[interval Max/Min]
293 : https://leetcode.com/problems/sliding-window-maximum/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment