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
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 }}
mstepan
/
leetcode-java
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
leetcode-java
/
src
/
main
/
java
/
com
/
github
/
mstepan
/
leetcode
/
hard
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
master
Breadcrumbs
leetcode-java
/
src
/
main
/
java
/
com
/
github
/
mstepan
/
leetcode
/
hard
/
Copy path
Top
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
AllOne.java
AllOne.java
AllocateMailboxes.java
AllocateMailboxes.java
BinaryTreeMaximumPathSum.java
BinaryTreeMaximumPathSum.java
Candy.java
Candy.java
ConcatenatedWords.java
ConcatenatedWords.java
CountIntegersInIntervals.java
CountIntegersInIntervals.java
CountOfSmallerNumbersAfterSelf.java
CountOfSmallerNumbersAfterSelf.java
CountSubarraysWithFixedBounds.java
CountSubarraysWithFixedBounds.java
CountUniqueCharactersOfAllSubstringsOfGivenString.java
CountUniqueCharactersOfAllSubstringsOfGivenString.java
CutOffTreesForGolfEvent.java
CutOffTreesForGolfEvent.java
CutOffTreesForGolfEventParallel.java
CutOffTreesForGolfEventParallel.java
DataStreamAsDisjointIntervals.java
DataStreamAsDisjointIntervals.java
DeleteColumnsToMakeSorted3.java
DeleteColumnsToMakeSorted3.java
DistinctSubsequences.java
DistinctSubsequences.java
ErectTheFence.java
ErectTheFence.java
FindMinimumInRotatedSortedArray2.java
FindMinimumInRotatedSortedArray2.java
FindTheNumberOfWaysToPlacePeople2.java
FindTheNumberOfWaysToPlacePeople2.java
FirstMissingPositive.java
FirstMissingPositive.java
FormLargestIntegerWithDigitsThatAddUpToTarget.java
FormLargestIntegerWithDigitsThatAddUpToTarget.java
FreedomTrail.java
FreedomTrail.java
FrogJump.java
FrogJump.java
Game24.java
Game24.java
IPO.java
IPO.java
IntegerToEnglishWords.java
IntegerToEnglishWords.java
LFUCache.java
LFUCache.java
LargestRectangleInHistogram.java
LargestRectangleInHistogram.java
LastSubstringInLexicographicalOrder.java
LastSubstringInLexicographicalOrder.java
LongestHappyPrefix.java
LongestHappyPrefix.java
LongestIncreasingPathInMatrix.java
LongestIncreasingPathInMatrix.java
LongestValidParentheses.java
LongestValidParentheses.java
MakeArrayStrictlyIncreasing.java
MakeArrayStrictlyIncreasing.java
MaxPointsOnALine.java
MaxPointsOnALine.java
MaximalRectangle.java
MaximalRectangle.java
MaximumFrequencyStack.java
MaximumFrequencyStack.java
MaximumNumberOfRobotsWithinBudget.java
MaximumNumberOfRobotsWithinBudget.java
MaximumScoreWordsFormedByLetters.java
MaximumScoreWordsFormedByLetters.java
MinimumCostToSplitAnArray.java
MinimumCostToSplitAnArray.java
MinimumDifficultyOfJobSchedule.java
MinimumDifficultyOfJobSchedule.java
MinimumInitialEnergyToFinishTasks.java
MinimumInitialEnergyToFinishTasks.java
MinimumInsertionStepsToMakeStringPalindrome.java
MinimumInsertionStepsToMakeStringPalindrome.java
MinimumNumberOfFlipsToConvertBinaryMatrixToZeroMatrix.java
MinimumNumberOfFlipsToConvertBinaryMatrixToZeroMatrix.java
NumberOfDigitOne.java
NumberOfDigitOne.java
NumberOfValidWordsForEachPuzzle.java
NumberOfValidWordsForEachPuzzle.java
NumberOfValidWordsForEachPuzzleLinearTimeSolution.java
NumberOfValidWordsForEachPuzzleLinearTimeSolution.java
PalindromePartitioning2.java
PalindromePartitioning2.java
ParsingBooleanExpression.java
ParsingBooleanExpression.java
PartitionArrayIntoTwoArraysToMinimizeSumDifference.java
PartitionArrayIntoTwoArraysToMinimizeSumDifference.java
PatchingArray.java
PatchingArray.java
PermutationSequence.java
PermutationSequence.java
RandomPickWithBlacklist.java
RandomPickWithBlacklist.java
RegularExpressionMatching.java
RegularExpressionMatching.java
RemoveBoxes.java
RemoveBoxes.java
RemoveInvalidParentheses.java
RemoveInvalidParentheses.java
ReverseNodesInKGroup.java
ReverseNodesInKGroup.java
RobotCollisions.java
RobotCollisions.java
RussianDollEnvelopes.java
RussianDollEnvelopes.java
ShortestPalindrome.java
ShortestPalindrome.java
SimilarStringGroups.java
SimilarStringGroups.java
SlidingWindowMaximum.java
SlidingWindowMaximum.java
SlidingWindowMedian.java
SlidingWindowMedian.java
SmallestRotationWithHighestScore.java
SmallestRotationWithHighestScore.java
SmallestSubstringWithIdenticalCharacters2.java
SmallestSubstringWithIdenticalCharacters2.java
SplitArrayLargestSum.java
SplitArrayLargestSum.java
StoneGame4.java
StoneGame4.java
StrangePrinter.java
StrangePrinter.java
SubstringWithConcatenationOfAllWords.java
SubstringWithConcatenationOfAllWords.java
SudokuSolver.java
SudokuSolver.java
SumOfKMirrorNumbers.java
SumOfKMirrorNumbers.java
TextJustification.java
TextJustification.java
TotalAppealOfString.java
TotalAppealOfString.java
TrappingRainWater.java
TrappingRainWater.java
ValidNumber.java
ValidNumber.java
WordBreak2.java
WordBreak2.java
WordLadder.java
WordLadder.java
WordLadder2.java
WordLadder2.java
ZumaGame.java
ZumaGame.java
View all files
You can’t perform that action at this time.