From a0395f7aaee0fd26ac9c4da60da8faf348aab94b Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Wed, 9 Dec 2020 07:47:24 +0100 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6bc40b..5ce8266 100644 --- a/README.md +++ b/README.md @@ -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