make-github-pseudonymous-again / js-algorithms

:rocket: Algorithms for JavaScript
GNU Affero General Public License v3.0
38 stars 3 forks source link

Add one more link to JavaScript implementation of data structures and algorithms #47

Closed trekhleb closed 6 years ago

trekhleb commented 6 years ago

This new repository contains ES6 based examples of many popular algorithms and data-structures.

Algorithms and data-structures have their own separate READMEs with related details.

The code is 100% covered with unit tests.

There is a playground for developers exists that makes it more easy to quickly learn/use data-structures or different algorithmic approaches.

Repository is under active development so new algorithms and data-structures are yet to come.