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
.
android1990
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 3, 2022
Fix TreeRandomNode Algorithm (#3174)
Show description for 8b8e98e
Ankush263
and
yanglbme
authored
8b8e98e
View commit details
Copy full SHA for 8b8e98e
Browse repository at this point
Commits on Jul 1, 2022
Simplify CheckVowels (#3172)
Arthita
authored
b0f2180
View commit details
Copy full SHA for b0f2180
Browse repository at this point
Commits on Jun 29, 2022
Add a check of the existance of a next node (#3051)
Show description for 6665ab2
3 people
authored
6665ab2
View commit details
Copy full SHA for 6665ab2
Browse repository at this point
Commits on Jun 28, 2022
Add tests for Amicable Numbers (#3168)
Ankush263
authored
2a23770
View commit details
Copy full SHA for 2a23770
Browse repository at this point
Commits on Jun 27, 2022
Fix typo (#3167)
Speecker
authored
bf3ad33
View commit details
Copy full SHA for bf3ad33
Browse repository at this point
Add testcase to Automorphic Number Algorithm (#3166)
Ankush263
authored
c750283
View commit details
Copy full SHA for c750283
Browse repository at this point
Commits on Jun 24, 2022
Add Devcontainer Support (#3156)
Show description for 0d97d0b
3 people
authored
0d97d0b
View commit details
Copy full SHA for 0d97d0b
Browse repository at this point
Add quick sort tests (#3165)
itsAkshayDubey
authored
85c836c
View commit details
Copy full SHA for 85c836c
Browse repository at this point
Commits on Jun 23, 2022
Add Hamming Distance (#3164)
Sedat Aybars Nazlica
authored
d8c9c1a
View commit details
Copy full SHA for d8c9c1a
Browse repository at this point
Fix off-by-one mistake in MinHeap.java (#3162)
gkgaurav31
authored
e572354
View commit details
Copy full SHA for e572354
Browse repository at this point
Add tests for PasswordGen (#3163)
ntquanghai
authored
c0b2c56
View commit details
Copy full SHA for c0b2c56
Browse repository at this point
Commits on Jun 22, 2022
Add LFU Cache (#3161)
itsAkshayDubey
authored
2a2c575
View commit details
Copy full SHA for 2a2c575
Browse repository at this point
Specify python version for CI job (#3157)
Boiarshinov
authored
a910d87
View commit details
Copy full SHA for a910d87
Browse repository at this point
Fix SkipList remove operation (#3160)
Boiarshinov
authored
d14a5d1
View commit details
Copy full SHA for d14a5d1
Browse repository at this point
Commits on Jun 21, 2022
Add Skip List (#3154)
Boiarshinov
authored
e59568b
View commit details
Copy full SHA for e59568b
Browse repository at this point
Commits on Jun 20, 2022
Add algorithm to find Hamiltonian cycle (#3151)
itsAkshayDubey
authored
22be348
View commit details
Copy full SHA for 22be348
Browse repository at this point
Add heaps folder (#3150)
Show description for 6472d33
Ankush263
and
yanglbme
authored
6472d33
View commit details
Copy full SHA for 6472d33
Browse repository at this point
Commits on Jun 15, 2022
Add tests for isPerfectSquare (#3131)
Anhduc2k2
authored
678ec39
View commit details
Copy full SHA for 678ec39
Browse repository at this point
Commits on Jun 14, 2022
Fix the folder structure (#3141)
Ankush263
authored
4ccb9f4
View commit details
Copy full SHA for 4ccb9f4
Browse repository at this point
Cover CheckAnagrams with tests (#3124)
ntquanghai
authored
a33a26a
View commit details
Copy full SHA for a33a26a
Browse repository at this point
Commits on Jun 11, 2022
Add Topological Sorting Algorithm (#3060)
Show description for 6c4092a
13 people
authored
6c4092a
View commit details
Copy full SHA for 6c4092a
Browse repository at this point
Commits on Jun 10, 2022
Reduce memory usage of bloom filter (#3115)
Boiarshinov
authored
ec1ab53
View commit details
Copy full SHA for ec1ab53
Browse repository at this point
Commits on Jun 9, 2022
Add tests for sum of digits (#3083)
SirFixalot16
authored
ba3c031
View commit details
Copy full SHA for ba3c031
Browse repository at this point
Add tests for factorial (#3107)
Squirrellllllllllll
authored
8982692
View commit details
Copy full SHA for 8982692
Browse repository at this point
Commits on Jun 8, 2022
Add a test for average (#3084)
Show description for 45f3e5b
3 people
authored
45f3e5b
View commit details
Copy full SHA for 45f3e5b
Browse repository at this point
Add test for Armstrong (#3104)
Show description for 77e4813
huyhq38
and
siriak
authored
77e4813
View commit details
Copy full SHA for 77e4813
Browse repository at this point
Commits on Jun 7, 2022
Add more tests for findMin (#3102)
Show description for 9b4ac70
TaiNguyen2001
and
siriak
authored
9b4ac70
View commit details
Copy full SHA for 9b4ac70
Browse repository at this point
Commits on Jun 4, 2022
Add Tests for FindMin (#3079)
nguyenviettrung-bi11276
authored
8e8d11a
View commit details
Copy full SHA for 8e8d11a
Browse repository at this point
Commits on Jun 2, 2022
Add tests for PythagoreanTriple (#3070)
Ph1eu
authored
2fb87c3
View commit details
Copy full SHA for 2fb87c3
Browse repository at this point
Commits on May 31, 2022
Rename CPUalgorithms to MemoryManagmentAlgorithms (#3071)
Rytnix
authored
2bcae52
View commit details
Copy full SHA for 2bcae52
Browse repository at this point
Commits on May 30, 2022
Add tests for findMax (#3067)
ntquanghai
authored
e5057de
View commit details
Copy full SHA for e5057de
Browse repository at this point
Commits on May 29, 2022
Add Z-Score Algorithm (#3065)
Show description for bb5b50d
RaghavTaneja
and
siriak
authored
bb5b50d
View commit details
Copy full SHA for bb5b50d
Browse repository at this point
Commits on May 26, 2022
Add ZigZag Encoding and Longest Nonrepetitive Substring Algorithms (#3058)
sanotaku09
authored
2e09e44
View commit details
Copy full SHA for 2e09e44
Browse repository at this point
Commits on May 25, 2022
Add tests for GCD and PrimeCheck (#3062)
anhpham197
authored
f35eef2
View commit details
Copy full SHA for f35eef2
Browse repository at this point
Commits on May 20, 2022
Fix Bug in Tim Sort (#3050)
Show description for 550adb2
3 people
authored
550adb2
View commit details
Copy full SHA for 550adb2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.