文件名称:leetcode530-LeetCode_exercise:使用Python使用LeetCode进行编码练习
文件大小:51KB
文件格式:ZIP
更新时间:2024-07-20 17:30:03
系统开源
leetcode 530 2017/9/29 力码 我找到了一个叫做 Leetcode 的平台,可以在我的时空练习编码。 这是我为每个问题编写的 Python 源文件。 要运行这些文件,您必须已经安装了一些 Python 库,例如 numpy、pandas……对于我的访问者,在每个文件中,我都添加了一些提示以帮助您理解我的代码。 如果您在我的代码中发现了一些错误,请通过 或 与我联系,谢谢。 所有 LeetCode 问题和一些想法都可以在这里找到。 763 64.10% 中等的 762 55.00% 简单的 761 41.00% 难的 760 $ 75.60% 简单的 759 $ 51.90% 难的 758 $ 37.90% 简单的 757 34.60% 难的 756 45.50% 中等的 755 $ 34.00% 中等的 754 26.10% 中等的 753 39.70% 难的 752 38.20% 中等的 751 $ 54.80% 简单的 750 $ 51.00% 中等的 749 39.60% 难的 748 53.50% 中等的 747 42.60% 简单的 746 43.60%
【文件预览】:
LeetCode_exercise-master
----Img()
--------readme.md(32B)
--------leetcode.png(7KB)
----LICENSE(1KB)
----code source()
--------problem15_3Sum.py(326B)
--------problem32_Longest Valid Parentheses.py(491B)
--------problem3_Longest Substring Without Repeating Characters.py(764B)
--------problem35_Search Insert Position.py(1KB)
--------problem10_Regular Expression Matching.py(1KB)
--------problem1_Two Sum.py(182B)
--------problem40_Combination Sum II.py(741B)
--------problem17_Letter Combinations of a Phone Number.py(657B)
--------problem5_Longest Palindromic Substring.py(1KB)
--------problem21_Merge Two Sorted Lists.py(539B)
--------problem9_Palindrome Number.py(461B)
--------problem38_Count and Say.py(429B)
--------readme.md(445B)
--------problem26_Remove Duplicates from Sorted Array.py(216B)
--------problem2_Add Two Numbers.py(760B)
--------problem31_Next Permutation.py(616B)
--------problem12_Integer to Roman.py(1KB)
--------problem24_Swap Nodes in Pairs.py(577B)
--------problem34_Search for a Range.py(2KB)
--------problem30_Substring with Concatenation of All Words.py(836B)
--------problem27_Remove Element.py(259B)
--------problem28_Implement strStr().py(417B)
--------problem25_Reverse Nodes in k-Group.py(375B)
--------problem14_Longest Common Prefix.py(288B)
--------problem13_Roman to Integer.py(590B)
--------problem8_String to Integer (atoi).py(386B)
--------problem11_Container With Most Water.py(530B)
--------problem7_Reverse Integer.py(247B)
--------problem39_Combination Sum.py(734B)
--------problem23_Merge k Sorted Lists.py(548B)
--------problem6_ZigZag Conversion.py(290B)
--------problem29_Divide Two Integers(high precision).py(2KB)
--------problem20_Valid Parentheses.py(476B)
--------problem16_3Sum Closest.py(912B)
--------problem18_4Sum.py(408B)
--------problem4_Median of Two Sorted Arrays.py(1KB)
--------problem22_Generate Parentheses.py(791B)
--------problem19_Remove Nth Node From End of List.py(375B)
--------problem33_Search in Rotated Sorted Array.py(894B)
----README.md(347KB)