This is a graph algorithm visualization using d3.js (making a better version of http://dhshah.github.io/DFS-Simulator/)
To get code
git clone https://github.com/dhshah/DataViz.git
cd DataViz
npm install
Tests can be written by creating a file with name: *_spec.js
inside spec/
directory