Skip to content

Instantly share code, notes, and snippets.

View pajaro5's full-sized avatar
💭
Making an educational management system using laravel

Pablo pajaro5

💭
Making an educational management system using laravel
View GitHub Profile
@pajaro5
pajaro5 / cpm.js
Created August 30, 2017 05:02 — forked from perico/cpm.js
Critical Path Method Implementation Javascript
/**
* Implementation of the Critical Path Method (CPM) with variation
* @see http://en.wikipedia.org/wiki/Critical_path_method
*
* Shows all the critical Paths, returns a subset of the graph
* containing the critical activities
*/
/**
* Activity Class