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.