Minimum Cut Problem
Input - An undirected graph G = (V,E) (note that parallel edges are allowed)
Goal - Tom compute a cut with fewest number of crossing edges (a min cut) The minimum cut problem or min-cut problem is to determine the cut which has the least number of crossing edges.
Please note that to understand mincut, you have to first read what is cut, if you don’t alreadyy know that. So, consider the following graph -
[Read More]