___________ is a partition of the vertices of a graph in two disjoint subsets that are joined by atleast one edge.

🎲 Try a Random Question  |  Total Questions in Quiz: 13  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Data Structures & Algorithms Practice Test: Minimum Cut — practice the complete quiz, review flashcards, or try a random question.

In graph theory, a minimum cut (or min-cut) is a partition of a graph's vertices into two disjoint subsets. A minimum cut is minimal in some metric. For example, in a flow network, the minimum cut separates the source and sink vertices. The weight of this cut equals the maximum amount of flow that can be sent from the source to the sink. Variations of the minimum cut problem include: Weighted graphs, Directed graphs, Terminals, and Partitioning the vertices into more than two sets. Here are some applications of minimum cut: Network analysis: To find the minimum number of links that need to... Show more

___________ is a partition of the vertices of a graph in two disjoint subsets that are joined by atleast one edge.