Kemsekov / GraphSharp

GraphSharp is a tool to study and use knowledge of graph theory in C#!
MIT License
39 stars 5 forks source link

Add minimal cut problems solvers #50

Open Kemsekov opened 2 years ago

Kemsekov commented 2 years ago

https://en.wikipedia.org/wiki/Minimum_cut https://en.wikipedia.org/wiki/Minimum_k-cut

Kemsekov commented 8 months ago

Added min cut by maz flow