911 views
1 votes
1 votes
A complete graph on n vertices is an undirected graph in which every pair of distinct vertices is connected by an edge. A simple path in a graph is one in which no vertex is repeated. Let G be a complete graph on 10 vertices. Let u, v, w be three distinct vertices in G. How many simple paths are there from u to v going through w?

Please explain in detail. Thank you.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Malusi asked Jan 12
108 views
Consider a weighted undirected graph with positive edge weights and let (u, v) be an edge in the graph. It is known that the shortest path from source vertex r to u hasw...
3 votes
3 votes
2 answers
4
dd asked Dec 6, 2016
2,647 views
Let P be a shortest path from some vertex s to some other vertex t in a directed graph. If the weight of each edge in the graph is increased by one, P will still be a sho...