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 }}
chrdek
/
JavaScriptPRs
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
Datepicker
All time
Commit history
Commits on Oct 9, 2023
Delete Bit-Manipulation/HammingCode.js
chrdek
authored
2f0fa72
View commit details
Copy full SHA for 2f0fa72
Browse repository at this point
Delete Bit-Manipulation/test/HammingCode.test.js
chrdek
authored
a288dc8
View commit details
Copy full SHA for a288dc8
Browse repository at this point
Create HammingWeight.test.js
Show description for 7004544
chrdek
authored
7004544
View commit details
Copy full SHA for 7004544
Browse repository at this point
Create HammingWeight.js
Show description for a35ce8d
chrdek
authored
a35ce8d
View commit details
Copy full SHA for a35ce8d
Browse repository at this point
Delete Maths/test/TriangularNumberCheck.test.js
chrdek
authored
5fa4d6e
View commit details
Copy full SHA for 5fa4d6e
Browse repository at this point
Delete Maths/TriangularNumberCheck.js
chrdek
authored
a989afb
View commit details
Copy full SHA for a989afb
Browse repository at this point
Commits on Oct 6, 2023
Update TriangularNumberCheck.test.js
chrdek
authored
85dc4c6
View commit details
Copy full SHA for 85dc4c6
Browse repository at this point
Update TriangularNumberCheck.js
chrdek
authored
934d81d
View commit details
Copy full SHA for 934d81d
Browse repository at this point
Create TriangularNumberCheck.js
chrdek
authored
9539ec0
View commit details
Copy full SHA for 9539ec0
Browse repository at this point
Create TriangularNumberCheck.test.js
chrdek
authored
5258492
View commit details
Copy full SHA for 5258492
Browse repository at this point
Commits on Oct 4, 2023
Update HammingCode.test.js
chrdek
authored
cabbc71
View commit details
Copy full SHA for cabbc71
Browse repository at this point
Update HammingCode.js
Show description for e081542
chrdek
authored
e081542
View commit details
Copy full SHA for e081542
Browse repository at this point
Update HammingCode.test.js
Show description for 3bc23af
chrdek
authored
3bc23af
View commit details
Copy full SHA for 3bc23af
Browse repository at this point
Update HammingCode.test.js
chrdek
authored
002038f
View commit details
Copy full SHA for 002038f
Browse repository at this point
Update HammingCode.test.js
chrdek
authored
d3b2f1c
View commit details
Copy full SHA for d3b2f1c
Browse repository at this point
Update HammingCode.test.js (fixes for tests)
chrdek
authored
039a572
View commit details
Copy full SHA for 039a572
Browse repository at this point
feat: HammingCode for 32bit values
Show description for 0c79609
chrdek
authored
0c79609
View commit details
Copy full SHA for 0c79609
Browse repository at this point
Delete Bit-Manipulation/HammingCode.js
chrdek
authored
060ee86
View commit details
Copy full SHA for 060ee86
Browse repository at this point
Tests for HammingCode.js
Show description for 27aa6c0
chrdek
authored
27aa6c0
View commit details
Copy full SHA for 27aa6c0
Browse repository at this point
Added HammingCode.js
Show description for 6e1e6e8
chrdek
authored
6e1e6e8
View commit details
Copy full SHA for 6e1e6e8
Browse repository at this point
Feat: TwoSum function created with test cases (#1399)
Show description for 1de5ab7
developerr-ayush
authored
1de5ab7
View commit details
Copy full SHA for 1de5ab7
Browse repository at this point
Commits on Oct 3, 2023
feat: Test running overhaul, switch to Prettier & reformat everything (#1407)
Show description for 86d333e
3 people
authored
86d333e
View commit details
Copy full SHA for 86d333e
Browse repository at this point
Commits on Oct 2, 2023
fix: added reverse string inplace (#1406)
Show description for 0ca18c2
dev-madhurendra
and
madhuredra
authored
0ca18c2
View commit details
Copy full SHA for 0ca18c2
Browse repository at this point
feat: New String Algorithm for LengthofLongestSubstringWithoutRepeati… (#1389)
Show description for 36dcff8
Abhijit-033
and
appgurueu
authored
36dcff8
View commit details
Copy full SHA for 36dcff8
Browse repository at this point
fix: ValidateURL failing tests (#1394)
Show description for b783612
defaude
and
github-actions
authored
b783612
View commit details
Copy full SHA for b783612
Browse repository at this point
Added QuadraticRoots to Math/QuadraticRoots.js (#1376)
Show description for f271a2c
3 people
authored
f271a2c
View commit details
Copy full SHA for f271a2c
Browse repository at this point
test: skip test that's running way too long (#1393)
Show description for 7ff3e5e
defaude
and
github-actions
authored
7ff3e5e
View commit details
Copy full SHA for 7ff3e5e
Browse repository at this point
feat: Add Length Conversion (#1390)
0APOCALYPSE0
authored
6291d4b
View commit details
Copy full SHA for 6291d4b
Browse repository at this point
fix: Average Median code cleanup (#1388)
developerr-ayush
authored
0604d06
View commit details
Copy full SHA for 0604d06
Browse repository at this point
Commits on Sep 30, 2023
fix: optimised armstrongNumber code (#1374)
developerr-ayush
authored
964ba04
View commit details
Copy full SHA for 964ba04
Browse repository at this point
Commits on Sep 23, 2023
added contributor graph to the readme (#1367)
Show description for 394483b
dev-madhurendra
and
madhuredra
authored
394483b
View commit details
Copy full SHA for 394483b
Browse repository at this point
added an algo for checking the string i palindrome or not (#1366)
Show description for 6362cc9
dev-madhurendra
and
madhuredra
authored
6362cc9
View commit details
Copy full SHA for 6362cc9
Browse repository at this point
Commits on Sep 22, 2023
added an algo which finds unique element in an array (#1359)
Show description for f5188dd
dev-madhurendra
and
madhuredra
authored
f5188dd
View commit details
Copy full SHA for f5188dd
Browse repository at this point
added algo for checking the number is power of four or not (#1360)
Show description for 4fe8a67
dev-madhurendra
and
madhuredra
authored
4fe8a67
View commit details
Copy full SHA for 4fe8a67
Browse repository at this point
added numberOfDigitsUsingLog method (#1364)
Show description for 6ad5b9c
dev-madhurendra
and
madhuredra
authored
6ad5b9c
View commit details
Copy full SHA for 6ad5b9c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.