javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
JavaScript
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
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.
JavaScript not yet supported25 Subscribers
Add a CodeTriage badge to javascript-algorithms
Help out
- Issues
- Added a bucket sort issue #206
- Fixes bugs related to unicode support in polynomial-hash functions
- Make Rain Terraces more terse using standard array functions
- Fix documented time complexity of Bloom filter operations.
- InsertionSort: use index to compare instead `undefined`
- add new mergesort method without recursion
- Translate to PT-PT
- Implements Khan's topological sorting algorithm as described on wikipedia
- Create extractBits.js
- Add Linear prime sieve
- Docs
- JavaScript not yet supported