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
Type
/
to 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 }}
mengli
/
leetcode
Public
Notifications
You must be signed in to change notification settings
Fork
121
Star
187
Code
Issues
3
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
120 Commits
120 Commits
.gitignore
.gitignore
3SumWithMultiplicity.java
3SumWithMultiplicity.java
AddBinary.java
AddBinary.java
AddTwoNumbers.java
AddTwoNumbers.java
Anagrams.java
Anagrams.java
BalancedBinaryTree.java
BalancedBinaryTree.java
BestTimetoBuyandSellStock.java
BestTimetoBuyandSellStock.java
BestTimetoBuyandSellStockII.java
BestTimetoBuyandSellStockII.java
BestTimetoBuyandSellStockIII.java
BestTimetoBuyandSellStockIII.java
BinaryTreeInorderTraversal.java
BinaryTreeInorderTraversal.java
BinaryTreeLevelOrderTraversalII.java
BinaryTreeLevelOrderTraversalII.java
BinaryTreeMaximumPathSum.java
BinaryTreeMaximumPathSum.java
BinaryTreePostorderTraversal.java
BinaryTreePostorderTraversal.java
BinaryTreePreorderTraversal.java
BinaryTreePreorderTraversal.java
Candy.java
Candy.java
ClimbingStairs.java
ClimbingStairs.java
CloneGraph.java
CloneGraph.java
CombinationSum.java
CombinationSum.java
CombinationSumII.java
CombinationSumII.java
Combinations.java
Combinations.java
ConstructBinaryTreefromInorderandPostorderTraversal.java
ConstructBinaryTreefromInorderandPostorderTraversal.java
ConstructBinaryTreefromPreorderAndInorderTraversal.java
ConstructBinaryTreefromPreorderAndInorderTraversal.java
ContainerWithMostWater.java
ContainerWithMostWater.java
ConvertSortedArraytoBinarySearchTree.java
ConvertSortedArraytoBinarySearchTree.java
ConvertSortedListtoBinarySearchTree.java
ConvertSortedListtoBinarySearchTree.java
CopyListwithRandomPointer.java
CopyListwithRandomPointer.java
CountandSay.java
CountandSay.java
DecodeWays.java
DecodeWays.java
DistinctSubsequences.java
DistinctSubsequences.java
DivideTwoIntegers.java
DivideTwoIntegers.java
EditDistance.java
EditDistance.java
EvaluateReversePolishNotation.java
EvaluateReversePolishNotation.java
ExpressionAddOperators.java
ExpressionAddOperators.java
FindMedianFromDataStream.java
FindMedianFromDataStream.java
FindMinimumInRotatedSortedArray.java
FindMinimumInRotatedSortedArray.java
FindPeakElement.java
FindPeakElement.java
FindTheDuplicateNumber.java
FindTheDuplicateNumber.java
FirstMissingPositive.java
FirstMissingPositive.java
FlattenBinaryTreetoLinkedList.java
FlattenBinaryTreetoLinkedList.java
FourSum.java
FourSum.java
GasStation.java
GasStation.java
GenerateParentheses.java
GenerateParentheses.java
GrayCode.java
GrayCode.java
ImplementStrStr.java
ImplementStrStr.java
InsertInterval.java
InsertInterval.java
InsertionSortList.java
InsertionSortList.java
IntegertoRoman.java
IntegertoRoman.java
InterleavingString.java
InterleavingString.java
Interval.java
Interval.java
JumpGame.java
JumpGame.java
JumpGameII.java
JumpGameII.java
KthLargestElement.java
KthLargestElement.java
LRUCache.java
LRUCache.java
LargestRectangleinHistogram.java
LargestRectangleinHistogram.java
LengthofLastWord.java
LengthofLastWord.java
LetterCombinationsofaPhoneNumber.java
LetterCombinationsofaPhoneNumber.java
LinkedListCycle.java
LinkedListCycle.java
LinkedListCycleII.java
LinkedListCycleII.java
ListNode.java
ListNode.java
LongPressedName.java
LongPressedName.java
LongestCommonPrefix.java
LongestCommonPrefix.java
LongestConsecutiveSequence.java
LongestConsecutiveSequence.java
LongestPalindromicSubstring.java
LongestPalindromicSubstring.java
LongestSubstringWithoutRepeatingCharacters.java
LongestSubstringWithoutRepeatingCharacters.java
LongestValidParentheses.java
LongestValidParentheses.java
LowestCommonAncestorOfBinaryTree.java
LowestCommonAncestorOfBinaryTree.java
LowestCommonAncestorOfaBinarySearchTree.java
LowestCommonAncestorOfaBinarySearchTree.java
MaxPointsOnALine.java
MaxPointsOnALine.java
MaximalRectangle.java
MaximalRectangle.java
MaximumDepthOfBinaryTree.java
MaximumDepthOfBinaryTree.java
MaximumSubarray.java
MaximumSubarray.java
MedianOfTwoSortedArrays.java
MedianOfTwoSortedArrays.java
MergeIntervals.java
MergeIntervals.java
MergeSortedArray.java
MergeSortedArray.java
MergeTwoSortedLists.java
MergeTwoSortedLists.java
MergekSortedLists.java
MergekSortedLists.java
MinimumAddToMakeParenthesesValid.java
MinimumAddToMakeParenthesesValid.java
MinimumDepthofBinaryTree.java
MinimumDepthofBinaryTree.java
MinimumPathSum.java
MinimumPathSum.java
MinimumWindowSubstring.java
MinimumWindowSubstring.java
Movezeros.java
Movezeros.java
MultiplyStrings.java
MultiplyStrings.java
NQueens.java
NQueens.java
NQueensII.java
NQueensII.java
NextPermutation.java
NextPermutation.java
PalindromeNumber.java
PalindromeNumber.java
PalindromePartitioning.java
PalindromePartitioning.java
PalindromePartitioningII.java
PalindromePartitioningII.java
PartitionArrayIntoDisjointIntervals.java
PartitionArrayIntoDisjointIntervals.java
PartitionList.java
PartitionList.java
PascalTriangle.java
PascalTriangle.java
PascalsTriangleII.java
PascalsTriangleII.java
PathSum.java
PathSum.java
PathSumII.java
PathSumII.java
PermutationSequence.java
PermutationSequence.java
PermutationsII.java
PermutationsII.java
PlusOne.java
PlusOne.java
Point.java
Point.java
PopulatingNextRightPointersinEachNode.java
PopulatingNextRightPointersinEachNode.java
PopulatingNextRightPointersinEachNodeII.java
PopulatingNextRightPointersinEachNodeII.java
View all files
Repository files navigation
README
More
items
leetcode
leetcode
About
leetcode
Resources
Readme
Activity
Stars
187
stars
Watchers
42
watching
Forks
121
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.