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 }}
borrelunde
/
leetcode-problems-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
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 19, 2024
Merge pull request #13 from borrelunde/problem_0278_first_bad_version
Show description for 87230e6
borrelunde
authored
87230e6
View commit details
Copy full SHA for 87230e6
Browse repository at this point
LeetCode problem: 278. First Bad Version
borrelunde
committed
23c0c34
View commit details
Copy full SHA for 23c0c34
Browse repository at this point
Commits on Feb 9, 2024
Merge pull request #12 from borrelunde/problem_0436_find_right_interval
Show description for fc4d94f
borrelunde
authored
fc4d94f
View commit details
Copy full SHA for fc4d94f
Browse repository at this point
LeetCode problem: 436. Find Right Interval
borrelunde
committed
7cd3cc9
View commit details
Copy full SHA for 7cd3cc9
Browse repository at this point
Commits on Jan 30, 2024
Merge pull request #11 from borrelunde/problem_0034_find_first_and_last_position_of_element_in_sorted_array
Show description for 26a0855
borrelunde
authored
26a0855
View commit details
Copy full SHA for 26a0855
Browse repository at this point
LeetCode problem: 34. Find First and Last Position of Element in Sorted Array
borrelunde
committed
a88d1fc
View commit details
Copy full SHA for a88d1fc
Browse repository at this point
Merge pull request #10 from borrelunde/problem_1351_count_negative_numbers_in_a_sorted_matrix
Show description for 73f7d1a
borrelunde
authored
73f7d1a
View commit details
Copy full SHA for 73f7d1a
Browse repository at this point
LeetCode problem: 1351. Count Negative Numbers in a Sorted Matrix
borrelunde
committed
f958000
View commit details
Copy full SHA for f958000
Browse repository at this point
Commits on Jan 29, 2024
Merge pull request #9 from borrelunde/problem_0744_find_smallest_letter_greater_than_target
Show description for d815344
borrelunde
authored
d815344
View commit details
Copy full SHA for d815344
Browse repository at this point
LeetCode problem: 744. Find Smallest Letter Greater Than Target
borrelunde
committed
b771202
View commit details
Copy full SHA for b771202
Browse repository at this point
Commits on Jan 28, 2024
Merge pull request #8 from borrelunde/problem_0035_search_insert_position
Show description for 6fc6de3
borrelunde
authored
6fc6de3
View commit details
Copy full SHA for 6fc6de3
Browse repository at this point
LeetCode problem: 35. Search Insert Position
borrelunde
committed
84305cf
View commit details
Copy full SHA for 84305cf
Browse repository at this point
Merge pull request #7 from borrelunde/fix_package_hierarchy
Show description for 4a8c73d
borrelunde
authored
4a8c73d
View commit details
Copy full SHA for 4a8c73d
Browse repository at this point
Removed underscores in package names and numbered the problems
borrelunde
committed
d020cdd
View commit details
Copy full SHA for d020cdd
Browse repository at this point
Improved base package structure
borrelunde
committed
d0cb7fc
View commit details
Copy full SHA for d0cb7fc
Browse repository at this point
Commits on Jan 27, 2024
Merge pull request #6 from borrelunde/binary_search
Show description for 06e51ca
borrelunde
authored
06e51ca
View commit details
Copy full SHA for 06e51ca
Browse repository at this point
LeetCode problem: 704. Binary Search
borrelunde
committed
c27939d
View commit details
Copy full SHA for c27939d
Browse repository at this point
Merge pull request #5 from borrelunde/integer_to_roman
Show description for 8b827a4
borrelunde
authored
8b827a4
View commit details
Copy full SHA for 8b827a4
Browse repository at this point
LeetCode problem: 12. Integer to Roman
borrelunde
committed
8db22c1
View commit details
Copy full SHA for 8db22c1
Browse repository at this point
Merge pull request #4 from borrelunde/fibonacci_number
Show description for fdf4bc0
borrelunde
authored
fdf4bc0
View commit details
Copy full SHA for fdf4bc0
Browse repository at this point
LeetCode problem: 509. Fibonacci Number
borrelunde
committed
d32e63d
View commit details
Copy full SHA for d32e63d
Browse repository at this point
Commits on Jan 26, 2024
Merge pull request #3 from borrelunde/fix_median_of_two_sorted_arrays
Show description for 153500f
borrelunde
authored
153500f
View commit details
Copy full SHA for 153500f
Browse repository at this point
Remove print statement
borrelunde
committed
16aa638
View commit details
Copy full SHA for 16aa638
Browse repository at this point
Merge pull request #2 from borrelunde/median_of_two_sorted_arrays
Show description for dd0fb31
borrelunde
authored
dd0fb31
View commit details
Copy full SHA for dd0fb31
Browse repository at this point
LeetCode problem: 4. Median of Two Sorted Arrays
borrelunde
committed
5b2f692
View commit details
Copy full SHA for 5b2f692
Browse repository at this point
Commits on Jan 25, 2024
Merge pull request #1 from borrelunde/string_to_integer_atoi
Show description for d591cf6
borrelunde
authored
d591cf6
View commit details
Copy full SHA for d591cf6
Browse repository at this point
LeetCode problem: 8. String to Integer (atoi)
borrelunde
committed
e564846
View commit details
Copy full SHA for e564846
Browse repository at this point
Commits on Jan 24, 2024
LeetCode problem: 9. Palindrome Number
borrelunde
committed
6327f3f
View commit details
Copy full SHA for 6327f3f
Browse repository at this point
Add `junit-jupiter-params` dependency for parameterised tests
borrelunde
committed
1cb87d4
View commit details
Copy full SHA for 1cb87d4
Browse repository at this point
Commits on Jan 23, 2024
Upload README.md
borrelunde
committed
80fa8d9
View commit details
Copy full SHA for 80fa8d9
Browse repository at this point
Version control system file for settings and configurations
borrelunde
committed
363da73
View commit details
Copy full SHA for 363da73
Browse repository at this point
Gradle migration settings
borrelunde
committed
c7df3e7
View commit details
Copy full SHA for c7df3e7
Browse repository at this point
LeetCode problem: 13. Roman to Integer
borrelunde
committed
edeba98
View commit details
Copy full SHA for edeba98
Browse repository at this point
Fixing typo in comment
borrelunde
authored
e1ff9ed
View commit details
Copy full SHA for e1ff9ed
Browse repository at this point
Fixing typos in comments
borrelunde
authored
1a17826
View commit details
Copy full SHA for 1a17826
Browse repository at this point
Previous
Next
You can’t perform that action at this time.