Skip to content

Commit de8b470

Browse files
Update README.md
1 parent b922f5d commit de8b470

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python solutions of LeetCode problems.
22
![Language](https://img.shields.io/badge/language-Python-blue.svg) 
3-
![Problems Solved](https://img.shields.io/badge/problems%20solved-305%2F1585-orange) 
3+
![Problems Solved](https://img.shields.io/badge/problems%20solved-306%2F1585-orange) 
44
[![License](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) 
55
![Update](https://img.shields.io/badge/update-Daily-brightgreen.svg) 
66
<br><br>
@@ -44,6 +44,8 @@ In this repository provided my Python solutions of LeetCode problems.
4444
|54.|[Spiral Matrix](https://leetcode.com/problems/spiral-matrix/)|[Python](https://github.com/YuriSpiridonov/LeetCode/blob/master/Medium/54.SpiralMatrix.py)|Medium|
4545
|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|
4646
|57.|[Insert Interval](https://leetcode.com/problems/insert-interval/)|[Python](/Hard/57.InsertInterval.py)|Hard|
47+
|58.|[Length of Last Word](https://leetcode.com/problems/length-of-last-word/)|[Python](/Easy/58.LengthofLastWord(list).py)|Easy|`List`|
48+
|58.|[Length of Last Word](https://leetcode.com/problems/length-of-last-word/)|[Python](/Easy/58.LengthofLastWord(string).py)|Easy|`String`|
4749
|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|
4850
|66.|[Plus One](https://leetcode.com/problems/plus-one/)|[Python](https://github.com/YuriSpiridonov/LeetCode/blob/master/Easy/66.PlusOne.py)|Easy||
4951
|67.|[Add Binary](https://leetcode.com/problems/add-binary/)|[Python](/Easy/67.AddBinary.py)|Easy||
@@ -329,7 +331,7 @@ In this repository provided my Python solutions of LeetCode problems.
329331
|1557.|[Minimum Number of Vertices to Reach All Nodes](https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodes/)|[Python](/Medium/1557.MinimumNumberofVerticestoReachAllNodes.py)|Medium|`Set`, kinda Brute Force|
330332
|1561.|[Maximum Number of Coins You Can Get](https://leetcode.com/problems/maximum-number-of-coins-you-can-get/)|[Python](/Medium/1561.MaximumNumberofCoinsYouCanGet.py)|Medium||
331333
|1566.|[Detect Pattern of Length M Repeated K or More Times](https://leetcode.com/problems/detect-pattern-of-length-m-repeated-k-or-more-times/)|[Python](/Easy/1566.DetectPatternofLengthMRepeatedKorMoreTimes.py)|Easy||
332-
334+
|1582.|[Special Positions in a Binary Matrix](https://leetcode.com/problems/special-positions-in-a-binary-matrix/)|[Python](/Easy/1582.SpecialPositionsinaBinaryMatrix.py)|Easy||
333335

334336
<div align="right">
335337
<b><a href="#python-solutions-of-leetcode-problems">Back to Top</a></b>

0 commit comments

Comments
 (0)