recategorized by
582 views
3 votes
3 votes

Let $G$ be an undirected graph. For any two vertices $u, v$ in $G$, let $\textrm{cut} (u, v)$ be the minimum number of edges that should be deleted from $G$ so that there is no path between $u$ and $v$ in the resulting graph. Let $a, b, c, d$ be $4$ vertices in $G$. Which of the following statements is impossible?

  1. $\textrm{cut} (a,b) = 3$, $\textrm{cut} (a,c) = 2$ and $\textrm{cut} (a,d) = 1$
  2. $\textrm{cut} (a,b) = 3$, $\textrm{cut} (b,c) = 1$ and $\textrm{cut} (b,d) = 1$
  3. $\textrm{cut} (a,b) = 3$, $\textrm{cut} (a,c) = 2$ and $\textrm{cut} (b,c) = 2$
  4. $\textrm{cut} (a,c) = 2$, $\textrm{cut} (b,c) = 2$ and $\textrm{cut} (c,d) = 2$
  5. $\textrm{cut} (b,d) = 2$, $\textrm{cut} (b,c) = 2$ and $\textrm{cut} (c,d) = 1$
recategorized by

1 Answer

1 votes
1 votes

$\textbf{Option E is not possible.}$

$\text{following configuration is not possible, }$

$\text{Here, egde weight denotes the number of path, }$

$\text{If there are 2 paths from between b & c,  and 2 paths between b & d, } \\ \text{then there will be at-least 2 paths between c and d (two paths via b).}$

 

Answer:

Related questions

3 votes
3 votes
2 answers
2
soujanyareddy13 asked Mar 25, 2021
741 views
Consider the following greedy algorithm for colouring an $n$-vertex undirected graph $G$ with colours $c_{1}, c_{2}, \dots:$ consider the vertices of $G$ in any sequence ...