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 }}
mountdisk
/
Java
Public
forked from
TheAlgorithms/Java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
Java
src
test
java
com
thealgorithms
strings
on
master
User selector
All users
All time
Commit history
Commits on Aug 15, 2024
refactor: `atoi` (#5324)
alxkm
authored
046f5a4
View commit details
Copy full SHA for 046f5a4
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
style: enable `InvalidJavadocPosition` in checkstyle (#5237)
Show description for 74e5199
samuelfac
and
Samuel Facchinello
authored
74e5199
View commit details
Copy full SHA for 74e5199
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
refactor: redesign `LetterCombinationsOfPhoneNumber` (#5221)
Show description for 51fcc66
3 people
authored
51fcc66
View commit details
Copy full SHA for 51fcc66
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
style: enable `TypeName` (#5214)
Show description for a81fb32
StarDxxx
and
vil02
authored
a81fb32
View commit details
Copy full SHA for a81fb32
View code at this point
Browse repository at this point
Commits on May 27, 2024
style: enable `MethodName` in CheckStyle (#5182)
Show description for 295e743
CodaBlurd
authored
295e743
View commit details
Copy full SHA for 295e743
View code at this point
Browse repository at this point
Commits on May 8, 2024
style: include `NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION` (#5149)
Show description for d2ddec5
vil02
authored
d2ddec5
View commit details
Copy full SHA for d2ddec5
View code at this point
Browse repository at this point
style: enable `HideUtilityClassConstructor` in checkstyle (#5147)
vil02
authored
d3bb691
View commit details
Copy full SHA for d3bb691
View code at this point
Browse repository at this point
Commits on May 5, 2024
style: enable `AvoidStarImport` in checkstyle (#5141)
vil02
authored
414835d
View commit details
Copy full SHA for 414835d
View code at this point
Browse repository at this point
Commits on Jan 8, 2024
Remove unused import (#5010)
vil02
authored
570f7e7
View commit details
Copy full SHA for 570f7e7
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
Add `AhoCorasick` (#4465)
Show description for 8200a79
Prabhat-Kumar-42
and
vil02
authored
8200a79
View commit details
Copy full SHA for 8200a79
View code at this point
Browse repository at this point
Commits on Oct 6, 2023
Add `ReverseWordsInString` (#4456)
Show description for 081f308
Suchiq
and
vil02
authored
081f308
View commit details
Copy full SHA for 081f308
View code at this point
Browse repository at this point
Commits on Oct 1, 2023
Update Pangram.java using Java Collections (#4479)
Show description for ee2629c
Ankit-Saha08
and
debasishbsws
authored
ee2629c
View commit details
Copy full SHA for ee2629c
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
chore: enforce `InsertNewlineAtEOF` in `clang-format` (#4343)
Show description for f010a47
vil02
and
debasishbsws
authored
f010a47
View commit details
Copy full SHA for f010a47
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
Code cleanup (#4246)
HManiac74
authored
2488a2a
View commit details
Copy full SHA for 2488a2a
View code at this point
Browse repository at this point
Commits on Jul 6, 2023
Add a new implementation for CheckAnagrams (#4231)
albina-astr
authored
9ecc3aa
View commit details
Copy full SHA for 9ecc3aa
View code at this point
Browse repository at this point
Commits on Jun 9, 2023
Add automatic linter (#4214)
acbin
authored
415a04e
View commit details
Copy full SHA for 415a04e
View code at this point
Browse repository at this point
style: format code (#4212)
Show description for 00282ef
acbin
authored
00282ef
View commit details
Copy full SHA for 00282ef
View code at this point
Browse repository at this point
Commits on May 5, 2023
Add one more solution for anagrams check (#4175)
kmanoj07
authored
89b7ee4
View commit details
Copy full SHA for 89b7ee4
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
Add tests for HorspoolSearch (#4165)
Lieu Chi Tung
authored
b55fc97
View commit details
Copy full SHA for b55fc97
View code at this point
Browse repository at this point
Commits on Mar 19, 2023
Add Run-Length Encoding (fixes #3911) (#3916)
Swarga-codes
authored
86c9314
View commit details
Copy full SHA for 86c9314
View code at this point
Browse repository at this point
Commits on Mar 5, 2023
Increase test coverage (fixes #3895 #3896) (#3897)
a-kbd
authored
dd949e9
View commit details
Copy full SHA for dd949e9
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
Add ValidParentheses (#3689)
adjamalbek
authored
1a391c2
View commit details
Copy full SHA for 1a391c2
View code at this point
Browse repository at this point
Create Atoi Function.java (#3756)
Show description for fea982d
3 people
authored
fea982d
View commit details
Copy full SHA for fea982d
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Add tests for merge sort (#3715)
shlokam
authored
9e7456a
View commit details
Copy full SHA for 9e7456a
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
Fixed error in Palindrome.java and gave semantic names to functions (#3643)
Show description for bd267bb
TaranjeetSinghKalsi
and
Debasish Biswas
authored
bd267bb
View commit details
Copy full SHA for bd267bb
View code at this point
Browse repository at this point
Added function in Pangram.java (#3703)
Show description for acf7a86
TaranjeetSinghKalsi
and
Debasish Biswas
authored
acf7a86
View commit details
Copy full SHA for acf7a86
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
Update WordLadderTest.java & WordLadder.java (#3674)
TaranjeetSinghKalsi
authored
a0d03e8
View commit details
Copy full SHA for a0d03e8
View code at this point
Browse repository at this point
Add test case for LetterCombinationsOfPhoneNumber (#3662)
TaranjeetSinghKalsi
authored
eecec0f
View commit details
Copy full SHA for eecec0f
View code at this point
Browse repository at this point
Add tests for WordLadder (#3668)
harshalkh
authored
0953236
View commit details
Copy full SHA for 0953236
View code at this point
Browse repository at this point
Add tests for vowels check (#3658)
harshalkh
authored
3aadb9d
View commit details
Copy full SHA for 3aadb9d
View code at this point
Browse repository at this point
Add test case for Rotation (#3667)
harshalkh
authored
9a09a9e
View commit details
Copy full SHA for 9a09a9e
View code at this point
Browse repository at this point
Commits on Oct 22, 2022
Add ReverseStringTest (#3607)
Show description for f35aeb5
Tuong328
authored
f35aeb5
View commit details
Copy full SHA for f35aeb5
View code at this point
Browse repository at this point
Add test for Lower (#3328)
ff124012
authored
bf03d16
View commit details
Copy full SHA for bf03d16
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
Format code with prettier (#3375)
acbin
authored
e96f567
View commit details
Copy full SHA for e96f567
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
Add pangram check tests (#3267)
0x3C50
authored
9c418ba
View commit details
Copy full SHA for 9c418ba
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.