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 }}
ppulse
/
LeetcodeWithJava
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
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
151 Commits
151 Commits
AddDigits258
AddDigits258
AddStrings415
AddStrings415
AddTwoNumbers2
AddTwoNumbers2
BalancedBinaryTree110
BalancedBinaryTree110
BestTimeToBuyAndSellStock121
BestTimeToBuyAndSellStock121
BinaryTreeInorderTraversal94
BinaryTreeInorderTraversal94
BinaryTreeLevelOrderTraversal102
BinaryTreeLevelOrderTraversal102
BinaryTreeLevelOrderTraversalII107
BinaryTreeLevelOrderTraversalII107
BinaryTreePaths257
BinaryTreePaths257
BinaryTreePostorderTraversal145
BinaryTreePostorderTraversal145
BinaryTreePreorderTraversal144
BinaryTreePreorderTraversal144
BinaryWatch401
BinaryWatch401
BulbSwitcher319
BulbSwitcher319
BullsAndCows299
BullsAndCows299
ClimbingStairs70
ClimbingStairs70
CompareVersionNumbers165
CompareVersionNumbers165
ContainsDuplicate217
ContainsDuplicate217
ContainsDuplicateII219
ContainsDuplicateII219
ConvertANumberToHexadecimal405
ConvertANumberToHexadecimal405
CountAndSay38
CountAndSay38
CountPrimes204
CountPrimes204
CountingBits338
CountingBits338
CourseSchedule207
CourseSchedule207
DecodeString394
DecodeString394
DeleteNodeInALinkedList237
DeleteNodeInALinkedList237
ExcelSheetColumnNumber171
ExcelSheetColumnNumber171
FactorialTrailingZeroes172
FactorialTrailingZeroes172
FindAllAnagramsInAString438
FindAllAnagramsInAString438
FindMinimumInRotatedSortedArray153
FindMinimumInRotatedSortedArray153
FindMinimumInRotatedSortedArrayII154
FindMinimumInRotatedSortedArrayII154
FindPeakElement162
FindPeakElement162
FindTheDifference389
FindTheDifference389
FirstBadVersion278
FirstBadVersion278
FirstUniqueCharacterInAString387
FirstUniqueCharacterInAString387
FizzBuzz412
FizzBuzz412
GasStation134
GasStation134
GuessNumberHigherorLower374
GuessNumberHigherorLower374
HappyNumber202
HappyNumber202
HouseRobber198
HouseRobber198
ImplementQueueUsingStacks232
ImplementQueueUsingStacks232
ImplementStackUsingQueues225
ImplementStackUsingQueues225
IntegerToRoman12
IntegerToRoman12
IntersectionOfTwoArrays349
IntersectionOfTwoArrays349
IntersectionOfTwoArraysII350
IntersectionOfTwoArraysII350
IntersectionOfTwoLinkedLists160
IntersectionOfTwoLinkedLists160
InvertBinaryTree226
InvertBinaryTree226
IsSubsequence392
IsSubsequence392
KthLargestElementInAnArray215
KthLargestElementInAnArray215
LengthOfLastWord58
LengthOfLastWord58
LexicographicalNumbers386
LexicographicalNumbers386
LinkedListCycle141
LinkedListCycle141
LongestCommonPrefix14
LongestCommonPrefix14
LongestPalindrome409
LongestPalindrome409
LongestSubstringWithoutRepeatingCharacters3
LongestSubstringWithoutRepeatingCharacters3
LowestCommonAncestorOfABinarySearchTree235
LowestCommonAncestorOfABinarySearchTree235
MajorityElement169
MajorityElement169
MaximumDepthOfBinaryTree104
MaximumDepthOfBinaryTree104
MaximumSubarray53
MaximumSubarray53
MergeTwoSortedLists21
MergeTwoSortedLists21
MinStack155
MinStack155
MinimumDepthOfBinaryTree111
MinimumDepthOfBinaryTree111
MinimumMovesToEqualArrayElements453
MinimumMovesToEqualArrayElements453
MinimunPathSum64
MinimunPathSum64
MissingNumber268
MissingNumber268
MoveZeroes283
MoveZeroes283
NimGame292
NimGame292
NumberOf1Bits191
NumberOf1Bits191
OddEvenLinkedList328
OddEvenLinkedList328
PalindromeLinkedList234
PalindromeLinkedList234
PalindromeNumber9
PalindromeNumber9
PartitionList86
PartitionList86
PascalsTriangle118
PascalsTriangle118
PascalsTriangleII119
PascalsTriangleII119
PathSum112
PathSum112
PathSumII113
PathSumII113
PlusOne66
PlusOne66
Pow(x,n)50
Pow(x,n)50
PowerOfFour342
PowerOfFour342
PowerOfThree326
PowerOfThree326
PowerOfTwo231
PowerOfTwo231
RansomNote383
RansomNote383
RectangleArea223
RectangleArea223
RemoveDuplicatesFromSortedArray26
RemoveDuplicatesFromSortedArray26
RemoveDuplicatesFromSortedArrayII80
RemoveDuplicatesFromSortedArrayII80
RemoveDuplicatesFromSortedList83
RemoveDuplicatesFromSortedList83
RemoveElement27
RemoveElement27
RemoveLinkedListElements203
RemoveLinkedListElements203
RepeatedSubstringPattern459
RepeatedSubstringPattern459
ReverseBits190
ReverseBits190
ReverseInteger7
ReverseInteger7
ReverseLinkedList206
ReverseLinkedList206
ReverseString344
ReverseString344
ReverseVowelsOfAString345
ReverseVowelsOfAString345
RomanToInteger13
RomanToInteger13
RotateArray189
RotateArray189
RotateImage48
RotateImage48
RotateList61
RotateList61
SameTree100
SameTree100
SearchA2DMatrix74
SearchA2DMatrix74
SearchInRotatedSortedArray33
SearchInRotatedSortedArray33
View all files
Repository files navigation
README
More
items
LeetcodeWithJava
Solution Of problems in leetcode with Java
About
Solution Of problems in leetcode with Java
github.com/ppulse/LeetcodeWithJava
Resources
Readme
Activity
Stars
0
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.