Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jdk9
/
LeetCode-3
Public
forked from
Ewenwan/LeetCode
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
68 Commits
68 Commits
Folders and files
Name
Name
Last commit message
Last commit date
000_II
000_II
001_TwoSum
001_TwoSum
002_AddTwoNumbers
002_AddTwoNumbers
003_LongestSubstring
003_LongestSubstring
004_MedianSortedArrays
004_MedianSortedArrays
005_LongestPalindromic
005_LongestPalindromic
006_ZigZagConversion
006_ZigZagConversion
007_ReverseInteger
007_ReverseInteger
008_Atoi
008_Atoi
009_PalindromeNumber
009_PalindromeNumber
010_RegularExpressionMatching
010_RegularExpressionMatching
011_MaxArea
011_MaxArea
015_ThreeSum
015_ThreeSum
016_ThreeSumClosest
016_ThreeSumClosest
017_LetterCombination
017_LetterCombination
018_FourSum
018_FourSum
019_RemoveNthFromEnd
019_RemoveNthFromEnd
020_ValidParentheses
020_ValidParentheses
021_MergeTwoLists
021_MergeTwoLists
022_GenerateParentheses
022_GenerateParentheses
023_MergeKLists
023_MergeKLists
024_SwapNodesInPairs
024_SwapNodesInPairs
025_ReverseKGroup
025_ReverseKGroup
026_RemoveDuplicates
026_RemoveDuplicates
027_RemoveElement
027_RemoveElement
028_StrStr
028_StrStr
029_DivideTwoIntegers
029_DivideTwoIntegers
030_FindSubstring
030_FindSubstring
031_NextPermutation
031_NextPermutation
032_LongestParentheses
032_LongestParentheses
033_SearchRotatedArray
033_SearchRotatedArray
034_SearchRange
034_SearchRange
035_InsertPosition
035_InsertPosition
036_ValidSudoku
036_ValidSudoku
037_SudokuSolver
037_SudokuSolver
039_CombinationSum
039_CombinationSum
040_CombinationSumII
040_CombinationSumII
041_FirstMissingPositive
041_FirstMissingPositive
042_TrappingRainWater
042_TrappingRainWater
043_MultiplyStrings
043_MultiplyStrings
044_WildcardMatching
044_WildcardMatching
045_JumpGameII
045_JumpGameII
046_Permutations
046_Permutations
047_PermutationsII
047_PermutationsII
048_RotateImage
048_RotateImage
049_GroupAnagrams
049_GroupAnagrams
050_Pow
050_Pow
051_NQueens
051_NQueens
052_NQueensII
052_NQueensII
053_MaxSubArray
053_MaxSubArray
054_SpiralMatrix
054_SpiralMatrix
055_JumpGame
055_JumpGame
056_MergeIntervals
056_MergeIntervals
057_InsertInterval
057_InsertInterval
061_RotateList
061_RotateList
062_UniquePaths
062_UniquePaths
063_UniquePathII
063_UniquePathII
064_MinPathSum
064_MinPathSum
067_AddBinary
067_AddBinary
068_TextJustification
068_TextJustification
069_Sqrt
069_Sqrt
070_ClimbingStairs
070_ClimbingStairs
072_EditDistance
072_EditDistance
073_SetMatrixZeroes
073_SetMatrixZeroes
074_SearchMatrix
074_SearchMatrix
075_SortColors
075_SortColors
076_MinWindow
076_MinWindow
077_Combinations
077_Combinations
078_Subsets
078_Subsets
079_WordSearch
079_WordSearch
080_RemoveDuplicatesII
080_RemoveDuplicatesII
081_SearchRotatedArrayII
081_SearchRotatedArrayII
082_DeleteDuplicatesII
082_DeleteDuplicatesII
084_LargestRectangleArea
084_LargestRectangleArea
085_MaximalRectangle
085_MaximalRectangle
086_PartitionList
086_PartitionList
087_ScrambleString
087_ScrambleString
088_MergeSortedArray
088_MergeSortedArray
089_GrayCode
089_GrayCode
090_SubsetsII
090_SubsetsII
091_DecodeWays
091_DecodeWays
092_ReverseLinkedListII
092_ReverseLinkedListII
093_RestoreIPAddresses
093_RestoreIPAddresses
094_InorderTraversal
094_InorderTraversal
095_UniqueBSTII
095_UniqueBSTII
096_UniqueBST
096_UniqueBST
097_InterleavingString
097_InterleavingString
098_ValidateBST
098_ValidateBST
099_RecoverBST
099_RecoverBST
101_SymmetricTree
101_SymmetricTree
102_LevelOrder
102_LevelOrder
103_ZigzagLevalOrder
103_ZigzagLevalOrder
104_MaxDepth
104_MaxDepth
105_BuildTreePreorder
105_BuildTreePreorder
106_BuildTreePostorder
106_BuildTreePostorder
107_LevelOrderBottom
107_LevelOrderBottom
108_SortedArrayToBST
108_SortedArrayToBST
109_SortedListToBST
109_SortedListToBST
110_BalancedBinaryTree
110_BalancedBinaryTree
111_MinDepthBinaryTree
111_MinDepthBinaryTree
View all files
Repository files navigation
README
More
items
LeetCode
LeetCode Online Judge
Solution by
P-Chao
About
LeetCode Online Judge 算法刷题
Resources
Readme
Activity
Stars
1
star
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.