pyk / cpm-cc

Critical Path Method implementation in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPM in C++

This is a part of my homework on Operations Research.

Usage

git clone https://github.com/pyk/cpm-cc.git
cd cpm-cc
g++ cpm.cc
./a.out

About

Critical Path Method implementation in C++


Languages

Language:C++ 100.0%