javascript
https://github.com/thealgorithms/javascript
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported1 Subscribers
Add a CodeTriage badge to javascript
Help out
- Issues
- feat(Maths): add Tonelli-Shanks modular square root
- feat(Maths): add baby-step giant-step discrete log
- fix: unbiased Fisher-Yates in bogoSort; do not mutate RGB input
- Added BogoSort code
- perf: optimize factor calculation
- fix: rgbToHsl no longer mutates its input array
- feat: add A* search algorithm
- Conversions/RgbHslConversion: rgbToHsl mutates (and returns) its input array instead of a copy
- Add return on investment algorithm to Maths
- Add Tournament Sort implementation
- Docs
- not yet supported