File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- ![ Language] ( https://img.shields.io/badge/Language-Python-orange.svg?logo=Python&logoColor=yellow ) ![ Update] ( https://img.shields.io/badge/Update-Weekly-green.svg ) ![ Progress] ( https://img.shields.io/badge/progress-N%2F1049-brightgreen.svg ) ![ License ] ( https://img.shields.io/badge/License-MIT-green.svg ) ![ Sponsors] ( https://img.shields.io/badge/Sponsor-0-lightgrey.svg )
1
+ ![ Language] ( https://img.shields.io/badge/Language-Python-orange.svg?logo=Python&logoColor=yellow ) ![ Update] ( https://img.shields.io/badge/Update-Weekly-green.svg ) ![ Progress] ( https://img.shields.io/badge/progress-N%2F1049-brightgreen.svg ) ![ Sponsors] ( https://img.shields.io/badge/Sponsor-0-lightgrey.svg )
2
2
3
3
# Python solution for Leetcode
4
4
Python solution of problems from [ LeetCode] ( https://leetcode.com/ ) .
@@ -210,7 +210,7 @@ Python solution of problems from [LeetCode](https://leetcode.com/).
210
210
| 179| [ Largest Number] ( https://leetcode.com/problems/largest-number/ ) | [ Python] ( ./100-200q/179.py ) | Medium|
211
211
| 173| [ Binary Search Tree Iterator] ( https://leetcode.com/problems/binary-search-tree-iterator ) | [ Python] ( ./100-200q/173.py ) | Medium|
212
212
| 170| [ Two Sum III - Data structure design] ( https://leetcode.com/problems/two-sum-iii-data-structure-design ) | [ Python] ( ./100-200q/170.py ) | Easy|
213
- | 163| [ Missing Ranges] ( https://leetcode.com/problems/missing-ranges ) [ Python] ( ./100-200q/163.py ) | Medium|
213
+ | 163| [ Missing Ranges] ( https://leetcode.com/problems/missing-ranges ) | [ Python] ( ./100-200q/163.py ) | Medium|
214
214
| 162| [ Find Peak Element] ( https://leetcode.com/problems/find-peak-element/ ) | [ Python] ( ./100-200q/162.py ) | Medium|
215
215
| 160| [ Intersection of Two Linked Lists] ( https://leetcode.com/problems/intersection-of-two-linked-lists/ ) | [ Python] ( ./100-200q/160.py ) | Easy|
216
216
| 159| [ Longest Substring Which Contains 2 Unique Characters] ( https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-characters ) | [ Python] ( ./100-200q/159.py ) | Hard|
You can’t perform that action at this time.
0 commit comments