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 }}
imsail
/
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
main
java
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 13, 2024
Remove unused import from `HashMapCuckooHashing` (#5018)
Show description for a216cb8
vil02
authored
a216cb8
View commit details
Copy full SHA for a216cb8
View code at this point
Browse repository at this point
Remove unused import from `JobSequencing` (#5017)
Show description for 3528399
vil02
authored
3528399
View commit details
Copy full SHA for 3528399
View code at this point
Browse repository at this point
Commits on Jan 8, 2024
Add SRTF Algorithm (#5011)
mpousmali
authored
fd84b0b
View commit details
Copy full SHA for fd84b0b
View code at this point
Browse repository at this point
Simplify minimizing lateness (#4999)
inishantjain
authored
0c881e3
View commit details
Copy full SHA for 0c881e3
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
Cleanup `SumOfDigits` and its tests (#4994)
vil02
authored
8930ab5
View commit details
Copy full SHA for 8930ab5
View code at this point
Browse repository at this point
Commits on Jan 4, 2024
Cleanup `PerfectSquare` and its tests (#4992)
vil02
authored
1ea95ff
View commit details
Copy full SHA for 1ea95ff
View code at this point
Browse repository at this point
Commits on Jan 3, 2024
Remove `SetKthBit` in favor of `SingleBitOperations.setBit` (#4991)
vil02
authored
092ac57
View commit details
Copy full SHA for 092ac57
View code at this point
Browse repository at this point
Add cross-correlation and auto-correlation (#4984)
AthinaSw
authored
6a0c058
View commit details
Copy full SHA for 6a0c058
View code at this point
Browse repository at this point
Add Playfair Cipher (#4988)
govind516
authored
9bef5a1
View commit details
Copy full SHA for 9bef5a1
View code at this point
Browse repository at this point
Commits on Jan 2, 2024
Add Set Kth Bit (#4990)
inishantjain
authored
a7d140a
View commit details
Copy full SHA for a7d140a
View code at this point
Browse repository at this point
Commits on Dec 25, 2023
Remove duplicate file of Simple Substitution Cipher (fixes #4494) (#4495)
aryan1165
authored
7ece806
View commit details
Copy full SHA for 7ece806
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
Add OR-Set (Observed-Remove Set) (#4980)
itakurah
authored
e26fd9d
View commit details
Copy full SHA for e26fd9d
View code at this point
Browse repository at this point
Updated TwoPSet to use Generics instead of Strings (#4981)
itakurah
authored
4aa8e6a
View commit details
Copy full SHA for 4aa8e6a
View code at this point
Browse repository at this point
Commits on Dec 8, 2023
Add LWW Element Set (Last Write Wins Element Set) (#4979)
itakurah
authored
b8b1dea
View commit details
Copy full SHA for b8b1dea
View code at this point
Browse repository at this point
Commits on Dec 7, 2023
Fix compare() for subset check (S.A ⊆ T.A) (#4978)
itakurah
authored
92131de
View commit details
Copy full SHA for 92131de
View code at this point
Browse repository at this point
Add 2P-Set (Two-Phase Set) for both addition and removal operations in distributed systems (#4977)
itakurah
authored
249ee1d
View commit details
Copy full SHA for 249ee1d
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
Fix typo in NextGraterElement (#4976)
ImmaculateShaba
authored
36580ba
View commit details
Copy full SHA for 36580ba
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
Add G-Set (Grow-only Set) (#4975)
itakurah
authored
e59a3b1
View commit details
Copy full SHA for e59a3b1
View code at this point
Browse repository at this point
Commits on Dec 4, 2023
Add PN-Counter (#4974)
itakurah
authored
3001620
View commit details
Copy full SHA for 3001620
View code at this point
Browse repository at this point
Commits on Dec 2, 2023
Add Boruvka's algorithm to find Minimum Spanning Tree (#4964)
itakurah
authored
e759544
View commit details
Copy full SHA for e759544
View code at this point
Browse repository at this point
Commits on Nov 30, 2023
Make `sumOfDigits` `long` in `HarshadNumber.isHarshad` (#4973)
Show description for 9bebcee
vil02
authored
9bebcee
View commit details
Copy full SHA for 9bebcee
View code at this point
Browse repository at this point
Explicitly cast result of `Math.pow` to `long` in `Armstrong` (#4972)
vil02
authored
fc21a8b
View commit details
Copy full SHA for fc21a8b
View code at this point
Browse repository at this point
Commits on Nov 29, 2023
Explicitly cast result of `Math.pow` to `int` in `BinaryToHexadecimal` (#4970)
vil02
authored
f8de290
View commit details
Copy full SHA for f8de290
View code at this point
Browse repository at this point
Use explicit cast to `int` in `FractionalKnapsack` (#4971)
vil02
authored
361b410
View commit details
Copy full SHA for 361b410
View code at this point
Browse repository at this point
Commits on Nov 26, 2023
Add Tribonacci Numbers (fixes #4646) (#4959)
ylcn91
authored
1518e84
View commit details
Copy full SHA for 1518e84
View code at this point
Browse repository at this point
Commits on Nov 24, 2023
Add G-Counter (Grow-only Counter) (#4965)
itakurah
authored
b1efd4e
View commit details
Copy full SHA for b1efd4e
View code at this point
Browse repository at this point
Commits on Nov 11, 2023
Add Javadoc comments (#4745)
sunilnitdgp
authored
c527dff
View commit details
Copy full SHA for c527dff
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
Cleanup `BoyerMoore` (#4951)
Show description for 574138c
prathameshpowar1910
and
vil02
authored
574138c
View commit details
Copy full SHA for 574138c
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
Enhance code density and readability (#4914)
Show description for d086afc
Hardvan
and
vil02
authored
d086afc
View commit details
Copy full SHA for d086afc
View code at this point
Browse repository at this point
refactor: use method `SortUtils.swap` (#4946)
Show description for e5f3d23
png261
and
vil02
authored
e5f3d23
View commit details
Copy full SHA for e5f3d23
View code at this point
Browse repository at this point
Fix:/Number of count of major element in Boyer Moore algorithm (#4728)
Show description for 945e7b5
SatvikSinghSengar
and
vil02
authored
945e7b5
View commit details
Copy full SHA for 945e7b5
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
Add `MatrixRank` (#4571)
Show description for 9dde8a7
4 people
authored
9dde8a7
View commit details
Copy full SHA for 9dde8a7
View code at this point
Browse repository at this point
Added MapReduce Algorithm in Misc Folder. (#4828)
Show description for a4711d6
aakiliqbal
authored
a4711d6
View commit details
Copy full SHA for a4711d6
View code at this point
Browse repository at this point
Commits on Oct 23, 2023
Herons : Changed the signature of the function (#4686)
Show description for 9dae389
satyabarghav
and
vil02
authored
9dae389
View commit details
Copy full SHA for 9dae389
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
Correct documentation of `IsEven` (#4845)
Show description for e87036d
Aditi22Bansal
and
vil02
authored
e87036d
View commit details
Copy full SHA for e87036d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.