The input for the problem are a directed graph G(V, E) and twovertices u, v. Give an algorithm that checks if there are at least10 edge disjoint paths from u to v.
Please write time complexity for the algorithm.
Answer
The input for the problem are a directed graph G(V, E) and twovertices u, v. Give an algorithm that checks if there are at least10 edge disjoint paths from u to v.
Please write time complexity for the algorithm.
Answer