文件名称:leetcode括号生成python-LeetCode_with_Python:用python编写Leetcode
文件大小:122KB
文件格式:ZIP
更新时间:2024-07-26 21:09:02
系统开源
leetcode括号生成python LeetCode_with_Python :zany_face:: 没问题 :grinning_face_with_smiling_eyes:: 独立通过一次 :thinking_face:: 不行 题目完成情况 题目名称 说明 连续子序列最大和 所有大小写组合 :grinning_face_with_smiling_eyes: :grinning_face_with_smiling_eyes: 数字对应字符串组合 :thinking_face: 验证括号合法性 :thinking_face: 生成合法括号 最长合法符号 数组查找某个数 :thinking_face: 数组全排列 联通的小岛个数 二叉树深度 第k个最大的数 把所有0移到最后 每步移动N或-N,最少步数 左上角到右下角最小路径和 和大于某个数的最短序列
【文件预览】:
LeetCode_with_Python-master
----ZigZag()
--------main.py(1KB)
----Median of Two Sorted Arrays()
--------main.py(2KB)
----Longest Palindromic Substring()
--------main.py(800B)
--------README.md(574B)
----Number of 1 bit()
--------main.py(705B)
----Sum of Left Leaves()
--------main.py(962B)
----Add Two Numbers()
--------main.py(3KB)
----Maximum Product Subarry()
--------main.py(923B)
--------README.md(897B)
----Longest Valid Parentheses()
--------main.py(685B)
--------README.md(497B)
----Move Zeroes()
--------main.py(1KB)
--------README.md(305B)
----continue_area_in_2D_matrix()
--------main.py(2KB)
--------README.md(2KB)
--------DFS.py(2KB)
----Climbing Stairs()
--------main.py(1KB)
----Floyd 最短路径算法()
--------main.py(888B)
----Letter Case Permutation()
--------main.py(815B)
--------README.md(1KB)
----Coin Change()
--------main.py(497B)
--------README.md(2KB)
----Regular Expression Matching()
--------main.py(732B)
--------README.md(2KB)
----重建二叉树()
--------重建二叉树.png(32KB)
--------重建二叉树.xml(2KB)
--------main.py(1KB)
--------README.md(2KB)
----Surrounded Regions()
--------main.py(4KB)
----Find the Duplicate Number()
--------main.py(2KB)
----Add_Two_Sum()
--------main.py(3KB)
--------.idea()
----Letter Combinations of a Phone Number()
--------main.py(761B)
--------README.md(1KB)
----The Longest Increasing Subsequence()
--------test.py(44B)
--------Brute Force.py(1KB)
--------DP.py(839B)
----Remove Duplicates from Sorted Array()
--------main.py(2KB)
----Remove Nth Node From End of List()
--------main.py(538B)
--------README.md(357B)
----Permutations()
--------main.py(841B)
--------README.md(2KB)
----Decode Ways()
--------main.py(2KB)
----Subsets()
--------main.py(556B)
--------README.md(314B)
----斐波那契数列()
--------main.py(4KB)
----xor()
--------main.py(692B)
----Search a 2D Matrix()
--------main.py(1KB)
----Product of Array Except Self()
--------main.py(953B)
----Search in Rotated Sorted Array()
--------main.py(845B)
--------README.md(1KB)
----Container With Most Water()
--------main.py(471B)
--------README.md(1KB)
----Generate Parentheses()
--------main.py(817B)
--------README.md(2KB)
----Find First and Last Position of Element in Sorted Array()
--------main.py(917B)
--------README.md(453B)
----README.md(11KB)
----Maximum Subarray()
--------main.py(732B)
----random gen random()
--------main.py(1KB)
----Longest Substring without Repeating Characters()
--------main.py(732B)
----Trapping Rain Water()
--------main.py(2KB)
----Number of Islands()
--------BFS.md(3KB)
--------DFS.md(4KB)
--------README.md(627B)
--------BFS.py(1KB)
--------DFS.py(2KB)
----Reach a Number()
--------main.py(542B)
--------README.md(2KB)
----Minimum Path Sum()
--------main.py(421B)
--------README.md(765B)
----Valid Parentheses()
--------main.py(516B)
--------README.md(1KB)
----3Sum()
--------main.py(2KB)
--------README.md(1KB)
----Two Sum()
--------main.py(895B)
----Maximal Square()
--------main.py(854B)
--------README.md(1KB)
----Jump Game()
--------main.py(1KB)
----Minimum Size Subarray Sum()
--------main.py(630B)
--------README.md(1001B)
----Kth Largest Element in an Array()
--------main.py(24KB)
--------README.md(349B)
----DFS()
--------main.py(481B)
--------README.md(3KB)
----Maximum Depth of Binary Tree()
--------main.py(373B)
--------README.md(368B)