A demonstration of selected algorithms from the book Introduction to Algorithms by Cormen et. al., implemented in JavaScript.
This is still work in progress.
To run Algorithms, just get node.js and execute the following:
node app
Then point your browser to: http://localhost:3000.