Skip to content

Instantly share code, notes, and snippets.

@perico
perico / cpm.js
Last active January 31, 2023 05:50
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