Recent questions tagged graph-algorithms

0 votes
1 answer
31
Focus on the word constraint , I am little confused (in meaning of the word)here. What should be the answer 2 or 16.
0 votes
2 answers
36
An undirected graph G has 300 edges. The degree of a vertex v, deg(v), is the number of edges connected to v. Suppose V = {v1,v2,...,v30}.What is the value of deg(v1)+ de...
8 votes
3 answers
42
0 votes
2 answers
44
Which of the following algorithm solve the all-pair shortest path problem?Dijakstra’s algorithmFloyd’s algorithmPrim’s algorithmWarshall’s algorithm
0 votes
2 answers
46
8 votes
4 answers
49