Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
ssjsatish
/
Algorithms_In_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
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 11, 2023
Add OR-Set (Observed-Remove Set) (#4980)
itakurah
authored
e26fd9d
Copy full SHA for e26fd9d
Updated TwoPSet to use Generics instead of Strings (#4981)
itakurah
authored
4aa8e6a
Copy full SHA for 4aa8e6a
Commits on Dec 8, 2023
Add LWW Element Set (Last Write Wins Element Set) (#4979)
itakurah
authored
b8b1dea
Copy full SHA for b8b1dea
Commits on Dec 7, 2023
Fix compare() for subset check (S.A ⊆ T.A) (#4978)
itakurah
authored
92131de
Copy full SHA for 92131de
Add 2P-Set (Two-Phase Set) for both addition and removal operations in distributed systems (#4977)
itakurah
authored
249ee1d
Copy full SHA for 249ee1d
Commits on Dec 6, 2023
Fix typo in NextGraterElement (#4976)
ImmaculateShaba
authored
36580ba
Copy full SHA for 36580ba
Commits on Dec 5, 2023
Add G-Set (Grow-only Set) (#4975)
itakurah
authored
e59a3b1
Copy full SHA for e59a3b1
Commits on Dec 4, 2023
Add PN-Counter (#4974)
itakurah
authored
3001620
Copy full SHA for 3001620
Commits on Dec 2, 2023
Add Boruvka's algorithm to find Minimum Spanning Tree (#4964)
itakurah
authored
e759544
Copy full SHA for e759544
Commits on Nov 30, 2023
Make `sumOfDigits` `long` in `HarshadNumber.isHarshad` (#4973)
Show description for 9bebcee
vil02
authored
9bebcee
Copy full SHA for 9bebcee
Explicitly cast result of `Math.pow` to `long` in `Armstrong` (#4972)
vil02
authored
fc21a8b
Copy full SHA for fc21a8b
Commits on Nov 29, 2023
Explicitly cast result of `Math.pow` to `int` in `BinaryToHexadecimal` (#4970)
vil02
authored
f8de290
Copy full SHA for f8de290
Use explicit cast to `int` in `FractionalKnapsack` (#4971)
vil02
authored
361b410
Copy full SHA for 361b410
Commits on Nov 28, 2023
Add `codeql.yml` (#4966)
vil02
authored
3392b51
Copy full SHA for 3392b51
Commits on Nov 26, 2023
Add Tribonacci Numbers (fixes #4646) (#4959)
ylcn91
authored
1518e84
Copy full SHA for 1518e84
Commits on Nov 24, 2023
Add G-Counter (Grow-only Counter) (#4965)
itakurah
authored
b1efd4e
Copy full SHA for b1efd4e
Commits on Nov 11, 2023
Add Javadoc comments (#4745)
sunilnitdgp
authored
c527dff
Copy full SHA for c527dff
Commits on Oct 31, 2023
Cleanup `BoyerMoore` (#4951)
Show description for 574138c
prathameshpowar1910
and
vil02
authored
574138c
Copy full SHA for 574138c
Commits on Oct 30, 2023
Enhance code density and readability (#4914)
Show description for d086afc
Hardvan
and
vil02
authored
d086afc
Copy full SHA for d086afc
refactor: use method `SortUtils.swap` (#4946)
Show description for e5f3d23
png261
and
vil02
authored
e5f3d23
Copy full SHA for e5f3d23
Fix:/Number of count of major element in Boyer Moore algorithm (#4728)
Show description for 945e7b5
SatvikSinghSengar
and
vil02
authored
945e7b5
Copy full SHA for 945e7b5
Commits on Oct 25, 2023
Add `MatrixRank` (#4571)
Show description for 9dde8a7
4 people
authored
9dde8a7
Copy full SHA for 9dde8a7
Added MapReduce Algorithm in Misc Folder. (#4828)
Show description for a4711d6
aakiliqbal
authored
a4711d6
Copy full SHA for a4711d6
Commits on Oct 23, 2023
Herons : Changed the signature of the function (#4686)
Show description for 9dae389
satyabarghav
and
vil02
authored
9dae389
Copy full SHA for 9dae389
Commits on Oct 19, 2023
Correct documentation of `IsEven` (#4845)
Show description for e87036d
Aditi22Bansal
and
vil02
authored
e87036d
Copy full SHA for e87036d
Fixed typo error for better readability (#4835)
ironspec07
authored
f3345d9
Copy full SHA for f3345d9
Commits on Oct 15, 2023
Fixed some typos and links for javadoc, and some refactoring (#4755)
ayoubc
authored
8002137
Copy full SHA for 8002137
Bit swap (#4770)
Show description for 48ae88f
lukasb1b
and
vil02
authored
48ae88f
Copy full SHA for 48ae88f
Commits on Oct 13, 2023
Added [FEATURE REQUEST] Golden Ration formula to find Nth Fibonacci number #4505 (#4513)
Show description for 24a8223
debnath003
and
vil02
authored
24a8223
Copy full SHA for 24a8223
Commits on Oct 12, 2023
Update BinarySearch (#4747)
sunilnitdgp
authored
1dc64b1
Copy full SHA for 1dc64b1
Commits on Oct 11, 2023
Add `FloorTest` and clean-up `Floor` (#4769)
Show description for e9bbf35
3 people
authored
e9bbf35
Copy full SHA for e9bbf35
Improved code readability and code quality (#4663)
Show description for 152e290
Sweetdevil144
and
debasishbsws
authored
152e290
Copy full SHA for 152e290
Commits on Oct 10, 2023
Add MaxValueTest and remove main from MaxValue (#4756)
Show description for 17fe429
lukasb1b
authored
17fe429
Copy full SHA for 17fe429
Commits on Oct 9, 2023
Update queue readme (#4721)
AnujRathour
authored
ced9678
Copy full SHA for ced9678
Add `MinValueTest` and remove `main` from `MinValue` (#4713)
Show description for c6a22de
lukasb1b
and
vil02
authored
c6a22de
Copy full SHA for c6a22de
Pagination
Previous
Next
You can’t perform that action at this time.