Open intothedeep opened 1 year ago
체크박스 진행도 표기
Array
[x] Maximum Product Subarray - https://leetcode.com/problems/maximum-product-subarray/
[x] 3Sum - https://leetcode.com/problems/3sum/
Binary
[x] Sum of Two Integers - https://leetcode.com/problems/sum-of-two-integers/ [x] Number of 1 Bits - https://leetcode.com/problems/number-of-1-bits/ [x] [Counting Bits]() - https://leetcode.com/problems/counting-bits/ [x] Missing Number - https://leetcode.com/problems/missing-number/ [x] Reverse Bits - https://leetcode.com/problems/reverse-bits/
Dynamic Programming
[x] Climbing Stairs - https://leetcode.com/problems/climbing-stairs/
[x] Coin Change - https://leetcode.com/problems/coin-change/
[x] Longest Increasing Subsequence - https://leetcode.com/problems/longest-increasing-subsequence/
[x] Longest Common Subsequence - https://leetcode.com/problems/longest-common-subsequence/ [x] Word Break Problem - https://leetcode.com/problems/word-break/
[x] Combination Sum - https://leetcode.com/problems/combination-sum-iv/
[x] House Robber - https://leetcode.com/problems/house-robber/
[x] House Robber II - https://leetcode.com/problems/house-robber-ii/ [x] Decode Ways- https://leetcode.com/problems/decode-ways/ [x] Unique Paths - https://leetcode.com/problems/unique-paths/
[x] Jump Game - https://leetcode.com/problems/jump-game/
Graph
[x] [Pacific Atlantic Water Flow]() - https://leetcode.com/problems/pacific-atlantic-water-flow/
[x] [Longest Consecutive Sequence]() - https://leetcode.com/problems/longest-consecutive-sequence/
Interval
[x] Non-overlapping Intervals - https://leetcode.com/problems/non-overlapping-intervals/
Linked List
Matrix
[x] Set Matrix Zeroes - https://leetcode.com/problems/set-matrix-zeroes/ [x] Spiral Matrix - https://leetcode.com/problems/spiral-matrix/ [x] Rotate Image - https://leetcode.com/problems/rotate-image/ [x] Word Search - https://leetcode.com/problems/word-search/
String
[x] Longest Repeating Character Replacement - https://leetcode.com/problems/longest-repeating-character-replacement/ [x] Minimum Window Substring - https://leetcode.com/problems/minimum-window-substring/ [x] Valid Anagram - https://leetcode.com/problems/valid-anagram/
[x] Longest Repeating Character Replacement - https://leetcode.com/problems/longest-repeating-character-replacement/
[x] Minimum Window Substring - https://leetcode.com/problems/minimum-window-substring/
[x] Valid Anagram - https://leetcode.com/problems/valid-anagram/
[x] Palindromic Substrings - https://leetcode.com/problems/palindromic-substrings/
Tree
[x] Serialize and Deserialize Binary Tree - https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
[x] Construct Binary Tree from Preorder and Inorder Traversal - https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
[x] Lowest Common Ancestor of BST - https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
[x] Word Search II - https://leetcode.com/problems/word-search-ii/
Heap
8개 남음
체크박스 진행도 표기
Study
[x] 023 0709 39. Combination Sum - https://leetcode.com/problems/combination-sum-iv/
Array
Binary
Dynamic Programming
[x] Climbing Stairs - https://leetcode.com/problems/climbing-stairs/
[x] Coin Change - https://leetcode.com/problems/coin-change/
[x] Longest Increasing Subsequence - https://leetcode.com/problems/longest-increasing-subsequence/
[x] Combination Sum - https://leetcode.com/problems/combination-sum-iv/
[x] House Robber - https://leetcode.com/problems/house-robber/
[x] Jump Game - https://leetcode.com/problems/jump-game/
Graph
Interval
Linked List
Matrix
String
Tree
Heap