Recent questions tagged graph-algorithms

1 votes
2 answers
62
The least running time of creating spanning tree from connected graph in G(E, V) is O (V log V) O (E + V log V)O (E log V) O (V log V + E log V)Where E, V are respect...
2 votes
2 answers
63
Match List-I with List-II:$$\begin{array}{|c|c|c|c|} \hline {} & \text{List-I} & {} & \text{List-II} \\ \hline (a) & \text{Prim’s algorithm} & (i) & O(V^3 \log V) \\ \h...
0 votes
1 answer
73
0 votes
1 answer
74
Given an adjacency-list representation of a directed graph, how long does it take to compute the out-degree of every vertex ? How long does it take to compute the in-degr...
1 votes
1 answer
77
What are the strongly connected components in the above figure ?
1 votes
2 answers
79
0 votes
2 answers
80
0 votes
1 answer
82
0 votes
0 answers
84
The Adjacency matrix of a directed graph $\text{G}$ is given below.$\begin{array} {} & a & b & c & d & e & f & g & h & i \\ a & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 \\ b & ...
0 votes
1 answer
86
Match $\text{List I}$ with $\text{List II}$ and choose the correct answer from the code given below.$\begin{array} {clcl} & \textbf{List I} & & \textbf{List II} \\ & \...
0 votes
0 answers
90