Skip to content

Commit 5408a74

Browse files
Update README.md
1 parent 6ef4b75 commit 5408a74

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
@@ -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-308%2F1586-orange) 
3+
![Problems Solved](https://img.shields.io/badge/problems%20solved-309%2F1587-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>
@@ -333,6 +333,7 @@ In this repository provided my Python solutions of LeetCode problems.
333333
|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|
334334
|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||
335335
|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||
336+
|1576.|[Replace All ?'s to Avoid Consecutive Repeating Characters](https://leetcode.com/problems/replace-all-s-to-avoid-consecutive-repeating-characters/)|[Python](/Easy/1576.ReplaceAll%3F'stoAvoidConsecutiveRepeatingCharacters.py)|Easy|Fast but awful soln.|
336337
|1582.|[Special Positions in a Binary Matrix](https://leetcode.com/problems/special-positions-in-a-binary-matrix/)|[Python](/Easy/1582.SpecialPositionsinaBinaryMatrix.py)|Easy||
337338

338339
<div align="right">

0 commit comments

Comments
 (0)