mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.84k stars 1.28k forks source link

Running javascript-algorithms in the browser #108

Closed viebel closed 7 years ago

viebel commented 7 years ago

How can I run javascript-algorithms in the browser?

It would be nice if you guys were publishing a single (or several) js files that can run in the browser.

mgechev commented 7 years ago

Most of the algorithms are already available on npm. About two years ago @addyosmani published the missing ones (for instance recursive binary search).