Skip to content

ghosthamlet/algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

A demonstration of selected algorithms from the book Introduction to Algorithms by Cormen et. al., implemented in JavaScript.

This is still work in progress.

Running

To run Algorithms, first get node.js and npm and then execute the following:

npm install express jade jquery

Now you can run the server like this:

node server.js

And finally, point your browser to: http://localhost:10605

Releases

No releases published

Packages

No packages published