Implementation of popular algorithms in JavaScript

algorithm, javascript, search, sorting

Solution

This repository will help you https://github.com/mgechev/javascript-algorithms.

Problem

Can anybody suggest a good book or website which explains all popular search/sort/tree/Graph algorithms using JavaScript? I am looking for something like the book introduction to algorithms, but providing implementation examples and code snippets in JavaScript rather than in Pseudo code or C/Java etc. The purpose is to learn the basic computer science algorithms in JavaScript because I like and understand JavaScript better.

Original source