# Leetcode题库答案 **Repository Path**: jakin/Leetcode ## Basic Information - **Project Name**: Leetcode题库答案 - **Description**: 答案 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-05-22 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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|