edited by
454 views
1 votes
1 votes

$S1$: The depth of a breadth-first search tree on an undirected graph $G = (V, E)$ from an arbitrary vertex $v \in V$ is the diameter of the graph $G$. (The diameter $d$ of a graph is the smallest $d$ such that every pair of vertices $s$ and $t$ have $\delta(s, t) \leq d.)$

$S2$: Every directed acyclic graph has exactly one topological ordering.

What is correct about statements $S1$ and $S2$?

  1. False, False
  2. False, True
  3. True, False
  4. True,True
edited by

1 Answer

Related questions

0 votes
0 votes
1 answer
1
Sahil Gupta asked Dec 16, 2014
489 views
Consider the following set : {1,2,3,.....n}. Now consider all possible subset. Two subset S1 and S2 are having edge between them only if their intersection has two common...
0 votes
0 votes
1 answer
4
Anup patel asked Dec 26, 2017
536 views
We have 2 Schedule S1 and S2 ... There are no Conflict Operation in S1 and S2. So can we say they are conflict equivalent ?