leetcode-solutions-python:在python中实现的leetcode解决方案

时间:2024-05-27 13:35:59
【文件属性】:

文件名称:leetcode-solutions-python:在python中实现的leetcode解决方案

文件大小:26KB

文件格式:ZIP

更新时间:2024-05-27 13:35:59

Python

leetcode-solutions-python 解决方案在python中实现的。 文件名以以下格式组织: {问题编号}-{问题标题} _ {version} .py 该版本是可选的。 运行测试 将test.py文件作为框架添加到所有解决方案。 有两种方法可以运行它。 python test.py 这将对最新修改的代码文件运行测试。 python test.py {issue_number} 这将对issue_number的特定解决方案进行测试 例如: python test.py 10 这将运行解决方案10的测试用例。 测试用例存储在test_data目录中。


【文件预览】:
leetcode-solutions-python-master
----35-search-insert-position.py(856B)
----17-Letter-Combinations-of-a-Phone-Number.py(2KB)
----1-two-sum-v2.py(726B)
----25-reverse-nodes-in-k-group.py(2KB)
----7-Reverse-Integer.py(907B)
----11-Container-With-Most-Water.py(717B)
----5-Longest-Palindromic-Substring.py(3KB)
----15-3Sum_v3.py(1KB)
----14-Longest-Common-Prefix.py(501B)
----test.py(4KB)
----10-Regular-Expression-Matching.py(3KB)
----25-reverse-nodes-in-k-group-v2.py(2KB)
----9-Palindrome-Number-v2.py(1KB)
----2-add-two-numbers.py(2KB)
----5-Longest-Palindromic-Substring-v2.py(4KB)
----16-3Sum-Closest.py(1KB)
----9-Palindrome-Number.py(1KB)
----8-string-to-integer.py(1KB)
----8-string-to-integer-v2.py(1KB)
----1-two-sum-v1.py(1KB)
----15-3Sum_v1.py(1KB)
----README.md(667B)
----18-4Sum_v1.py(2KB)
----5-Longest-Palindromic-Substring-v3.py(5KB)
----test_data()
--------18-4Sum.data(158B)
--------11-Container-With-Most-Water.data(168B)
--------15-3Sum.data(347B)
--------10-Regular-Expression-Matching.data(1KB)
--------16-3Sum-Closest.data(951B)
--------17-Letter-Combinations-of-a-Phone-Number.data(480B)
--------13-Roman-to-Integer.data(233B)
--------12-Integer-to-Roman.data(233B)
--------14-Longest-Common-Prefix.data(561B)
----6-ZigZag-Conversion.py(1KB)
----12-Integer-to-Roman.py(720B)
----4-Median-of-Two-Sorted-Arrays.py(2KB)
----15-3Sum.py(990B)
----.gitignore(12B)
----18-4Sum.py(2KB)
----15-3Sum_v2.py(832B)
----3-Longest-Substring-Without-Repeating-Characters.py(954B)
----13-Roman-to-Integer.py(812B)
----1-two-sum-v-sorted.py(757B)

网友评论