There is a relatively simple graph, where the edge has weight.
I would like to subdivide graph based on minimum weights.
When one node is part of one sub-graph, it can't be part of a different sub-graph.input parameter is the max. size of the sub-gra...