This is project aims to simulate a Markov Chain in which each element is a graph.
$ npm install --save mcmc
install the jasmine framework for unit tests
$ npm install -g jasmine
install the graphlib from global
$ npm install graphlib
To run the project, go to the lib directory and run
$ node index.js
To run the test, run
$ npm test
MIT © Ziyue Yang