# leetcode solutions using python
This is my leetcode solution folder.
Language: python
Last updated: 2017-06-27
The source code was fetched using the tool [leetcode-spider](https://github.com/Ma63d/leetcode-spider).
| # | Problems | Solutions | Difficulty |
|:--:|:-----:|:---------:|:----:|
|001|[two-sum](https://leetcode.com/problems/two-sum/)| [python](./001.two-sum/two-sum.py)| Easy|
|002|[add-two-numbers](https://leetcode.com/problems/add-two-numbers/)| [python](./002.add-two-numbers/add-two-numbers.py)| Medium|
|003|[longest-substring-without-repeating-characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/)| [python](./003.longest-substring-without-repeating-characters/longest-substring-without-repeating-characters.py)| Medium|
|004|[median-of-two-sorted-arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/)| [python](./004.median-of-two-sorted-arrays/median-of-two-sorted-arrays.py)| Hard|
|005|[longest-palindromic-substring](https://leetcode.com/problems/longest-palindromic-substring/)| [python](./005.longest-palindromic-substring/longest-palindromic-substring.py)| Medium|
|006|[zigzag-conversion](https://leetcode.com/problems/zigzag-conversion/)| [python](./006.zigzag-conversion/zigzag-conversion.py)| Medium|
|007|[reverse-integer](https://leetcode.com/problems/reverse-integer/)| [python](./007.reverse-integer/reverse-integer.py)| Easy|
|008|[string-to-integer-atoi](https://leetcode.com/problems/string-to-integer-atoi/)| [python](./008.string-to-integer-atoi/string-to-integer-atoi.py)| Medium|
|009|[palindrome-number](https://leetcode.com/problems/palindrome-number/)| [python](./009.palindrome-number/palindrome-number.py)| Easy|
|010|[regular-expression-matching](https://leetcode.com/problems/regular-expression-matching/)| [python](./010.regular-expression-matching/regular-expression-matching.py)| Hard|
|104|[maximum-depth-of-binary-tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/)| [python](./104.maximum-depth-of-binary-tree/maximum-depth-of-binary-tree.py)| Easy|
|111|[minimum-depth-of-binary-tree](https://leetcode.com/problems/minimum-depth-of-binary-tree/)| [python](./111.minimum-depth-of-binary-tree/minimum-depth-of-binary-tree.py)| Easy|
|611|[valid-triangle-number](https://leetcode.com/problems/valid-triangle-number/)| [python](./611.valid-triangle-number/valid-triangle-number.py)| Medium|
|617|[merge-two-binary-trees](https://leetcode.com/problems/merge-two-binary-trees/)| [python](./617.merge-two-binary-trees/merge-two-binary-trees.py)| Easy|
|621|[task-scheduler](https://leetcode.com/problems/task-scheduler/)| [python](./621.task-scheduler/task-scheduler.py)| Medium|
|623|[add-one-row-to-tree](https://leetcode.com/problems/add-one-row-to-tree/)| [python](./623.add-one-row-to-tree/add-one-row-to-tree.py)| Medium|
|624|[maximum-distance-in-arrays](https://leetcode.com/problems/maximum-distance-in-arrays/)| [python](./624.maximum-distance-in-arrays/maximum-distance-in-arrays.py)| Easy|
|625|[minimum-factorization](https://leetcode.com/problems/minimum-factorization/)| [python](./625.minimum-factorization/minimum-factorization.py)| Medium|
|628|[maximum-product-of-three-numbers](https://leetcode.com/problems/maximum-product-of-three-numbers/)| [python](./628.maximum-product-of-three-numbers/maximum-product-of-three-numbers.py)| Easy|
|629|[k-inverse-pairs-array](https://leetcode.com/problems/k-inverse-pairs-array/)| [python](./629.k-inverse-pairs-array/k-inverse-pairs-array.py)| Medium|
|630|[course-schedule-iii](https://leetcode.com/problems/course-schedule-iii/)| [python](./630.course-schedule-iii/course-schedule-iii.py)| Medium|
|631|[design-excel-sum-formula](https://leetcode.com/problems/design-excel-sum-formula/)| [python](./631.design-excel-sum-formula/design-excel-sum-formula.py)| Hard|
**资源来源于网络分享,如有侵权,请告知。仅供学习交流使用,禁止用于商业用途。**