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 }}
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.3k
Star
66.2k
Code
Issues
5
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add generic and sorted 2D matrix search utilities
- #7217
#7217
Closed
GziXnine
wants to merge 16 commits into
TheAlgorithms:master
TheAlgorithms/Java:master
from
GziXnine:feature/matrix-search-utilities
GziXnine/Java:feature/matrix-search-utilities
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Closed
Add generic and sorted 2D matrix search utilities
#7217
GziXnine
wants to merge 16 commits into
TheAlgorithms:master
TheAlgorithms/Java:master
from
GziXnine:feature/matrix-search-utilities
GziXnine/Java:feature/matrix-search-utilities
Copy head branch name to clipboard
Commits
Commits on Jan 9, 2026
feat: implement Smooth Sort algorithm with detailed JavaDoc and test class
GziXnine
committed
a8ef941
View commit details
Copy full SHA for a8ef941
Browse repository at this point
style: format LEONARDO array for improved readability with clang-format
GziXnine
committed
8bf1a0e
View commit details
Copy full SHA for 8bf1a0e
Browse repository at this point
Commits on Jan 16, 2026
Merge branch 'TheAlgorithms:master' into master
GziXnine
authored
5142aa3
View commit details
Copy full SHA for 5142aa3
Browse repository at this point
feat: add MiddleOfLinkedList class and corresponding test cases
GziXnine
committed
b6c1e5c
View commit details
Copy full SHA for b6c1e5c
Browse repository at this point
Merge branch 'master' of https://github.com/GziXnine/Java
GziXnine
committed
d493cd9
View commit details
Copy full SHA for d493cd9
Browse repository at this point
docs: update documentation for MiddleOfLinkedList class
GziXnine
committed
d46a065
View commit details
Copy full SHA for d46a065
Browse repository at this point
test: refactor MiddleOfLinkedListTest to improve readability and assertions
GziXnine
committed
ba7df6a
View commit details
Copy full SHA for ba7df6a
Browse repository at this point
test: refactor MiddleOfLinkedListTest for improved null safety and readability
GziXnine
committed
5768de2
View commit details
Copy full SHA for 5768de2
Browse repository at this point
Commits on Jan 17, 2026
Merge branch 'TheAlgorithms:master' into master
GziXnine
authored
44e25cb
View commit details
Copy full SHA for 44e25cb
Browse repository at this point
Add 2D matrix search utilities
GziXnine
committed
4c17ca7
View commit details
Copy full SHA for 4c17ca7
Browse repository at this point
test: add generic search tests for null and empty matrices, jagged arrays, and null comparator
GziXnine
committed
c233567
View commit details
Copy full SHA for c233567
Browse repository at this point
test: increase SearchSortedMatrix coverage
GziXnine
committed
3367582
View commit details
Copy full SHA for 3367582
Browse repository at this point
Commits on Jan 18, 2026
Merge branch 'master' into feature/matrix-search-utilities
GziXnine
authored
ca4145d
View commit details
Copy full SHA for ca4145d
Browse repository at this point
refactor: simplify SearchSortedMatrix loop guards
GziXnine
committed
6d18a93
View commit details
Copy full SHA for 6d18a93
Browse repository at this point
Commits on Jan 19, 2026
Merge branch 'master' into feature/matrix-search-utilities
GziXnine
authored
d18c81a
View commit details
Copy full SHA for d18c81a
Browse repository at this point
Commits on Jan 21, 2026
Merge branch 'master' into feature/matrix-search-utilities
GziXnine
authored
b1794d9
View commit details
Copy full SHA for b1794d9
Browse repository at this point
You can’t perform that action at this time.