File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ LeetCode problems solutions.
21
21
| 55.| [ Jump Game] ( https://leetcode.com/problems/jump-game ) | [ Python] ( https://github.com/YuriSpiridonov/30-Day-LeetCoding-Challenge/blob/master/Week%204/JumpGame.py ) | Medium|
22
22
| 64.| [ Minimum Path Sum] ( https://leetcode.com/problems/minimum-path-sum/ ) | [ Python] ( https://github.com/YuriSpiridonov/30-Day-LeetCoding-Challenge/blob/master/Week%203/MinimumPathSum.py ) | Medium|
23
23
| 66.| [ Plus One] ( https://leetcode.com/problems/plus-one/ ) | [ Python] ( https://github.com/YuriSpiridonov/LeetCode/blob/master/Easy/66.PlusOne.py ) | Easy||
24
+ | 67.| [ Add Binary] ( https://leetcode.com/problems/add-binary/ ) | [ Python] ( /Easy/67.AddBinary.py ) | Easy||
24
25
| 74.| [ Search a 2D Matrix] ( https://leetcode.com/problems/search-a-2d-matrix/ ) | [ Python] ( /Medium/74.Searcha2DMatrix.py ) | Medium| ` Binary Search ` |
25
26
| 88.| [ Merge Sorted Array] ( https://leetcode.com/problems/merge-sorted-array/ ) | [ Python] ( https://github.com/YuriSpiridonov/LeetCode/blob/master/Easy/88.MergeSortedArray.py ) | Easy| Two solutions|
26
27
| 118.| [ Pascal's Triangle] ( https://leetcode.com/problems/pascals-triangle/ ) | [ Python] ( https://github.com/YuriSpiridonov/LeetCode/blob/master/Easy/118.PascalsTriangle.py ) | Easy|
You can’t perform that action at this time.
0 commit comments