Algorithms - YaccConstructor/QuickGraph GitHub Wiki
Algorithms
Abstracting a problem into a graph structure is always the first step of a problem. Once this is done, one has to formalize it's problem into a 'standard' graph problem (hopefully).
Before enumerating the different problems, let us give an in-depth study of example problem.