File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 50
50
| 240.| [ Search a 2D Matrix II] ( https://leetcode.com/problems/search-a-2d-matrix-ii/ ) | [ Python] ( /Medium/240.Searcha2DMatrixII.py ) | Medium|
51
51
| 856.| [ Score of Parentheses] ( https://leetcode.com/problems/score-of-parentheses/ ) | ~~ Python~~ | Medium|
52
52
| 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|
53
54
54
55
## License
55
56
The code is open-source and licensed under the [ MIT License] ( /LICENSE ) .
Original file line number Diff line number Diff line change 1
1
# Python solutions of LeetCode problems.
2
2
![ 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 )   ;
4
4
[ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( ./LICENSE )   ;
5
5
![ Update] ( https://img.shields.io/badge/update-Daily-brightgreen.svg )   ;
6
6
<br ><br >
@@ -20,7 +20,7 @@ In this repository provided my Python solutions of LeetCode problems.
20
20
21
21
2021:
22
22
- [ 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
24
24
<br ><br >
25
25
## Solutions
26
26
* P.S. If you like this, please leave me a star.* ★
You can’t perform that action at this time.
0 commit comments