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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
TheAlgorithms
/
Java
Public
Notifications
You must be signed in to change notification settings
Fork
21.2k
Star
66.1k
Code
Issues
8
Pull requests
12
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
refactor: review and group scattered palindrome implementation
- #7487
#7487
Merged
DenizAltunkapan
merged 9 commits into
TheAlgorithms:master
TheAlgorithms/Java:master
from
priyanshuvishwakarma273403:fix-7456-group-palindrome-implementations
priyanshuvishwakarma273403/Java-Algorithms:fix-7456-group-palindrome-implementations
Copy head branch name to clipboard
Jun 24, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
refactor: review and group scattered palindrome implementation
#7487
DenizAltunkapan
merged 9 commits into
TheAlgorithms:master
TheAlgorithms/Java:master
from
priyanshuvishwakarma273403:fix-7456-group-palindrome-implementations
priyanshuvishwakarma273403/Java-Algorithms:fix-7456-group-palindrome-implementations
Copy head branch name to clipboard
Commits
Commits on Jun 21, 2026
feat: add utility to find lowest base for palindromic numbers and implement palindrome check for singly linked lists
priyanshuvishwakarma273403
committed
cfec269
View commit details
Copy full SHA for cfec269
Browse repository at this point
feat: add palindrome check for linked lists and find lowest base palindrome implementation
priyanshuvishwakarma273403
committed
98fbea9
View commit details
Copy full SHA for 98fbea9
Browse repository at this point
feat: add utility to check if an integer's binary representation is a palindrome
priyanshuvishwakarma273403
committed
1f0bfbb
View commit details
Copy full SHA for 1f0bfbb
Browse repository at this point
feat: add algorithm to check if a singly linked list is a palindrome
priyanshuvishwakarma273403
committed
0658e7b
View commit details
Copy full SHA for 0658e7b
Browse repository at this point
feat: add PalindromeNumber utility class to check for palindromic integers
priyanshuvishwakarma273403
committed
ef766e7
View commit details
Copy full SHA for ef766e7
Browse repository at this point
Merge branch 'master' into fix-7456-group-palindrome-implementations
priyanshuvishwakarma273403
authored
0e3c804
View commit details
Copy full SHA for 0e3c804
Browse repository at this point
style: remove redundant import to fix checkstyle error
priyanshuvishwakarma273403
committed
e9d5235
View commit details
Copy full SHA for e9d5235
Browse repository at this point
style: add blank line between static and non-static imports
priyanshuvishwakarma273403
committed
1c68b09
View commit details
Copy full SHA for 1c68b09
Browse repository at this point
Commits on Jun 24, 2026
Merge branch 'master' into fix-7456-group-palindrome-implementations
DenizAltunkapan
authored
a516bb5
View commit details
Copy full SHA for a516bb5
Browse repository at this point
You can’t perform that action at this time.