Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8f972d9

Browse files
authored
Update README.md
1 parent ceeba54 commit 8f972d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ Number | Name of Problem | Leetcode Link | Video Link | Code
1212
300 | Longest Increasing Subsequence | https://leetcode.com/problems/longest-increasing-subsequence/description/ | https://youtu.be/iyd-8fpqEgU | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/300.%20Longest%20Increasing%20Subsequence
1313
337 | House Robber III | https://leetcode.com/problems/house-robber-iii/ | https://youtu.be/FRP5l83XoZo | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/337.%20House%20Robber%20III
1414
403 | Frog jump | https://leetcode.com/problems/frog-jump/ | https://youtu.be/3FYCPlIx3YA | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/403.%20Frog%20Jump
15+
530 | Minimum Absolute Difference in BST | https://leetcode.com/problems/minimum-absolute-difference-in-bst/description/ | https://youtu.be/uDykjVZ5s4o | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/530.%20Minimum%20Absolute%20Difference%20in%20BST
1516
862 | Shortest Subarray with Sum at Least K | https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k/description/ | https://youtu.be/eWbH_j6Lgnk | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/862.%20Shortest%20Subarray%20with%20Sum%20at%20Least%20K
1617
1071 | Greatest Common Divisor of Strings | https://leetcode.com/problems/greatest-common-divisor-of-strings/description/ | https://youtu.be/41iKYE0n0PQ | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/1071.%20Greatest%20Common%20Divisor%20of%20Strings
1718
1129 | Shortest Path with Alternating Colors | https://leetcode.com/problems/shortest-path-with-alternating-colors/description/ | https://youtu.be/8FcdSwqR3Js | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/1129.%20Shortest%20Path%20with%20Alternating%20Colors
1819
1340 | Jump Game V | https://leetcode.com/problems/jump-game-v/ | https://youtu.be/pQXbujZLTv0 | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/1340.%20Jump%20Game%20V
20+
1365 | How Many Numbers Are Smaller Than the Current Number | https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/description/ | https://youtu.be/CKSdHsQyPYk | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/1365.%20How%20Many%20Numbers%20Are%20Smaller%20Than%20the%20Current%20Number
1921
1498 | Number of Subsequences That Satisfy the Given Sum Condition | https://leetcode.com/problems/number-of-subsequences-that-satisfy-the-given-sum-condition/description/ | https://youtu.be/CNwBICbW-M8 | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/1498.%20Number%20of%20Subsequences%20That%20Satisfy%20the%20Given%20Sum%20Condition
2022
1510 | Stone Game IV | https://leetcode.com/problems/stone-game-iv/ | https://youtu.be/Gcg_a3r8FA0 | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/1510.%20Stone%20Game%20IV
2123
1523 | Count Odd Numbers in an Interval Range | https://leetcode.com/problems/count-odd-numbers-in-an-interval-range/description/ | https://youtu.be/HxI78QECe0c | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/1523.%20Count%20Odd%20Numbers%20in%20an%20Interval%20Range
@@ -26,7 +28,6 @@ Number | Name of Problem | Leetcode Link | Video Link | Code
2628
2375 | Construct Smallest Number From DI String | https://leetcode.com/problems/construct-smallest-number-from-di-string/ | https://youtu.be/GEqSg0Otq4Y | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/2375.%20Construct%20Smallest%20Number%20From%20DI%20String
2729
2531 | Make Number of Distinct Characters Equal | https://leetcode.com/problems/make-number-of-distinct-characters-equal/description/ | https://youtu.be/GwWmlpIEIwc | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/2531.%20Make%20Number%20of%20Distinct%20Characters%20Equal
2830
2657 | Find the Prefix Common Array of Two Arrays | https://leetcode.com/problems/find-the-prefix-common-array-of-two-arrays/description/ | https://youtu.be/m6s9dBCBocQ | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/2657.%20Find%20the%20Prefix%20Common%20Array%20of%20Two%20Arrays
29-
530 | Minimum Absolute Difference in BST | https://leetcode.com/problems/minimum-absolute-difference-in-bst/description/ | https://youtu.be/uDykjVZ5s4o | https://github.com/Algorithms-Made-Easy/Leetcode-Challenge/blob/main/530.%20Minimum%20Absolute%20Difference%20in%20BST
3031

3132
# Leetcode-Challenge
3233

0 commit comments

Comments
 (0)