just for fun! I like how passionate you are about algorithms)
@prithirajmallik14194 жыл бұрын
0:40 i think a tree with m edges has m min cuts not vertices.
@starlord07324 жыл бұрын
Not actually. When making a min-cut, we are dividing all available nodes into two groups, not the edges. So for a given graph, the number of min-cuts depends on the nodes and not edges. That's the reason it is n-1.