Skip to content

ivanoats/dsaJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples of Data Structures and Algorithms in JavaScript

The aim of this project is to teach Data Structures and Algorithms by visualizing them on a web page with D3.js.

This is currently a work in progress making an AngularJS based web site with a simple page model.

Prerequisites

NodeJS installed. Node Packages:

npm -g install bower browserify grunt-cli node-static watchify

Install

  git clone ... 
  cd dsaJS
  npm install && bower install

Build

grunt build

Test

npm test

Run

grunt serve

Visit http://localhost:3000 in your browser.

Contributing

Send Ivan Storck a (clean) Pull Request on GitHub

License

Use as you wish. Please link here if you can.

MIT license.

Copyright © 2014 Code Fellows LLC.

About

Examples of Data Structures and Algorithms in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published