Adding javascript-algorithms to misc section.

[javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) is a repository with a collection of algorithms and data structures implemented in JavaScript with explanations and links to further readings. It might be a good fit for the `awesome-javascript` list since the audience of this repo is JS-oriented and `javascript-algorithms` could help with preparing for the JS tech interviews.
This commit is contained in:
Oleksii Trekhleb 2020-12-09 07:47:24 +01:00 committed by GitHub
parent 6004481f60
commit a0395f7aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -968,6 +968,7 @@ http://www.listjs.com
* [emoji-button](https://github.com/joeattardi/emoji-button) - Vanilla JavaScript emoji picker component
* [iooxa](https://github.com/iooxa/article) - Components for interactive scientific writing, reactive documents and explorable explanations.
* [Idyll](https://github.com/idyll-lang/idyll) - Create explorable explanations and interactive storytelling essays. Can be [embedded in HTML](https://github.com/idyll-lang/idyll-embed).
* [javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) - Algorithms and data structures implemented in JavaScript with explanations and links to further readings.
## Podcasts