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 }}
dtphi
/
TheAlgorithmJavaScript
Public
forked from
TheAlgorithms/JavaScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
All time
Commit history
Commits on Mar 11, 2024
feat: remove `twinPrime` (#1641)
Show description for 0204198
vil02
authored
0204198
View commit details
Copy full SHA for 0204198
Browse repository at this point
Commits on Mar 7, 2024
refactor: use `isLeapYear` (#1638)
vil02
authored
4a4ed57
View commit details
Copy full SHA for 4a4ed57
Browse repository at this point
Commits on Mar 4, 2024
chore: use `check-style` in (#1630)
vil02
authored
d8cfdcd
View commit details
Copy full SHA for d8cfdcd
Browse repository at this point
fix: properly floor the partial results (#1629)
vil02
authored
f13eec1
View commit details
Copy full SHA for f13eec1
Browse repository at this point
fix: `throw` form `DateToDay` (#1628)
vil02
authored
2fe0dfd
View commit details
Copy full SHA for 2fe0dfd
Browse repository at this point
Commits on Mar 2, 2024
fix: cleanup `CheckKishnamurthyNumber` (#1626)
vil02
authored
83b4dd8
View commit details
Copy full SHA for 83b4dd8
Browse repository at this point
fix: throw error instead of returning it `RailwayTimeConversion` (#1625)
vil02
authored
894a46c
View commit details
Copy full SHA for 894a46c
Browse repository at this point
Commits on Feb 29, 2024
fix: handle zeros in `CoPrimeCheck` (#1622)
vil02
authored
8734dfc
View commit details
Copy full SHA for 8734dfc
Browse repository at this point
fix: throw error instead of returning it (#1624)
vil02
authored
a5945e3
View commit details
Copy full SHA for a5945e3
Browse repository at this point
Commits on Feb 28, 2024
fix: `GetEuclidGCD(0, 0)` is `0` (#1621)
vil02
authored
c067a34
View commit details
Copy full SHA for c067a34
Browse repository at this point
Commits on Feb 27, 2024
fix: cleanup `CoPrimeCheck` (#1609)
vil02
authored
0e0cf98
View commit details
Copy full SHA for 0e0cf98
Browse repository at this point
Commits on Feb 19, 2024
fix: throw error and add tests for `ReverseNumber` (#1608)
vil02
authored
fb0a99c
View commit details
Copy full SHA for fb0a99c
Browse repository at this point
Commits on Feb 14, 2024
test: add missing test for `SumOfGeometricProgression` (#1607)
vil02
authored
1ea7a5c
View commit details
Copy full SHA for 1ea7a5c
Browse repository at this point
Commits on Feb 9, 2024
style: cleanup `PascalTriangle` (#1606)
Show description for 10febce
vil02
authored
10febce
View commit details
Copy full SHA for 10febce
Browse repository at this point
tests: add tests for `SHA256` (#1604)
vil02
authored
f313498
View commit details
Copy full SHA for f313498
Browse repository at this point
Commits on Jan 31, 2024
tests: add tests for `SHA1` (#1602)
Show description for 6aaa376
vil02
and
appgurueu
authored
6aaa376
View commit details
Copy full SHA for 6aaa376
Browse repository at this point
Commits on Jan 29, 2024
docs: add codecov badge (#1600)
vil02
authored
cf00041
View commit details
Copy full SHA for cf00041
Browse repository at this point
Commits on Jan 27, 2024
chore: add `UploadCoverageReport.yml` (#1599)
vil02
authored
1d63400
View commit details
Copy full SHA for 1d63400
Browse repository at this point
tests: add missing test for `KnightTour` (#1598)
vil02
authored
0e5cf5e
View commit details
Copy full SHA for 0e5cf5e
Browse repository at this point
Commits on Jan 16, 2024
style: remove trailing spaces (#1597)
vil02
authored
069803f
View commit details
Copy full SHA for 069803f
Browse repository at this point
Commits on Jan 15, 2024
chore: update `actions/checkout` to `v4` (#1595)
vil02
authored
83eb73b
View commit details
Copy full SHA for 83eb73b
Browse repository at this point
chore: update `actions/setup-node` to `v4` (#1596)
vil02
authored
f0cfa85
View commit details
Copy full SHA for f0cfa85
Browse repository at this point
Commits on Jan 13, 2024
Properly evaluate `GITHUB_ACTOR` (#1594)
Show description for 203b7a0
vil02
authored
203b7a0
View commit details
Copy full SHA for 203b7a0
Browse repository at this point
Commits on Jan 4, 2024
implemented CycleDetectionII code in LinkedList (#1482)
Show description for 5a7e8d1
Akshay73c
and
appgurueu
authored
5a7e8d1
View commit details
Copy full SHA for 5a7e8d1
Browse repository at this point
Commits on Nov 28, 2023
Implemented Palindrome Partitioning using Backtracking algorithm (#1591)
Show description for 1b66d86
Trikcode
and
appgurueu
authored
1b66d86
View commit details
Copy full SHA for 1b66d86
Browse repository at this point
Commits on Nov 15, 2023
Abbreviation (#1547)
Show description for 39d0113
pertrai1
authored
39d0113
View commit details
Copy full SHA for 39d0113
Browse repository at this point
Implemented Partition Problem, Recursive problem (#1582)
Show description for e9e3ea4
3 people
authored
e9e3ea4
View commit details
Copy full SHA for e9e3ea4
Browse repository at this point
Commits on Nov 8, 2023
docs: Update script usage in CONTRIBUTING.md (#1587)
EliasAfara
authored
a044c57
View commit details
Copy full SHA for a044c57
Browse repository at this point
Commits on Oct 30, 2023
Update AllCombinationsOfSizeK.js (#1530)
Show description for cafb343
imrahulkb
authored
cafb343
View commit details
Copy full SHA for cafb343
Browse repository at this point
Update Problem001.js (#1536)
Show description for 1cc5e61
imrahulkb
authored
1cc5e61
View commit details
Copy full SHA for 1cc5e61
Browse repository at this point
Enhance readability of ZeroOneKnapsack.js (#1574)
Show description for e5af4c2
Hardvan
and
appgurueu
authored
e5af4c2
View commit details
Copy full SHA for e5af4c2
Browse repository at this point
Rabin Karp Search Algorithm (#1545)
Show description for d74f242
3 people
authored
d74f242
View commit details
Copy full SHA for d74f242
Browse repository at this point
feat: Added MD5 hashing algorithm (#1519)
Show description for 889d9c3
ManpreetXSingh
authored
889d9c3
View commit details
Copy full SHA for 889d9c3
Browse repository at this point
Commits on Oct 28, 2023
chore: update readme
github-actions
authored and
raklaptudirm
committed
aebd52f
View commit details
Copy full SHA for aebd52f
Browse repository at this point
chore: format using prettier
appgurueu
authored and
raklaptudirm
committed
28c27d9
View commit details
Copy full SHA for 28c27d9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.