Skip to content

CharlesJames13586/LeetCode-python-

Repository files navigation

LeetCode(python)

使用python刷一些leetcode上的题,之前使用C++的时候,更多的时间花在了过于细节的代码问题上。现在想更多的关注算法 层面的一些东西,因此决定使用 python刷算法题。慢慢来吧,也不知道能坚持多久。尽量保证刷完每一道题后都写一些思路并 且提交到GitHub上。

题号 代码 求解思路 完成时间
39. Combination Sum code.py 求解思路.md 2021/02/28
40. Combination Sum II code.py 求解思路.md 2021/03/07
41. First Missing Positive solution_code.py 求解思路.md 2021/03/11
42. Trapping Rain Water solution_code.py 求解思路.md 2021/03/18
43. Multiply Strings solution_code.py 求解思路.md 2021/03/24
44. Wildcard Matching solution_code.py solution_ideas.md 2021/03/25
45. Jump Game II solution_code.py solution_ideas.md 2021/03/26
46. Permutations solution_code.py solution_ideas.md 2021/03/27
47. Permutations II solution_code.py solution_ideas.md 2021/04/01
48. Rotate Image solution_code.py solution_ideas.md 2021/04/01
49. Group Anagrams solution_code.py solution_ideas.md 2021/04/10
题号 readme.md
50-59 转到50-59
60-69 转到60-69
70-79 转到70-79
提示
  • 将代码名字命名为code.py的时候,在pycharm中debug的时候会出错,会出现命名冲突,可以改为其它名字
  • 自己电脑的pycharm的markdown插件突然不识别中文命名的md文件,只能将md文件改为英文名

About

使用python求解leetcode上的一些习题

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages