Skip to content

Commit 48e8b3a

Browse files
chlng26
1 parent 829559f commit 48e8b3a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Challenges/2021/February-LeetCoding-Challenge.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ None
5050
|240.|[Search a 2D Matrix II](https://leetcode.com/problems/search-a-2d-matrix-ii/)|[Python](/Medium/240.Searcha2DMatrixII.py)|Medium|
5151
|856.|[Score of Parentheses](https://leetcode.com/problems/score-of-parentheses/)|~~Python~~|Medium|
5252
|581.|[Shortest Unsorted Continuous Subarray](https://leetcode.com/problems/shortest-unsorted-continuous-subarray/)|[Python](/Medium/581.ShortestUnsortedContinuousSubarray.py)|Medium|
53+
|946.|[Validate Stack Sequences](https://leetcode.com/problems/validate-stack-sequences/)|[Python](/Medium/946.ValidateStackSequences.py)|Medium|
5354

5455
## License
5556
The code is open-source and licensed under the [MIT License](/LICENSE).

README.md

Lines changed: 2 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-510%2F1599-orange) 
3+
![Problems Solved](https://img.shields.io/badge/problems%20solved-513%2F1609-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>
@@ -20,7 +20,7 @@ In this repository provided my Python solutions of LeetCode problems.
2020

2121
2021:
2222
- [January LeetCoding Challenge](/Challenges/2021/January-LeetCoding-Challenge.md) - 27/31
23-
- [February LeetCoding Challenge](/Challenges/2021/February-LeetCoding-Challenge.md) - 20/28
23+
- [February LeetCoding Challenge](/Challenges/2021/February-LeetCoding-Challenge.md) - 21/28
2424
<br><br>
2525
## Solutions
2626
*P.S. If you like this, please leave me a star.*

0 commit comments

Comments
 (0)