Mathematics for Data Science I, End Term
The DFS (Depth First Search) tree of a graph starting with vertex A is shown below. Choose the option which might be the original graph.
The DFS (Depth First Search) tree of a graph starting with vertex *A* is shown below. Choose the option which might be the original graph. Binary tree on vertices A to G Which of the following are valid topological orderings of the given DAG ? Directed graph on vertices A to H Suppose $A = \{a, b, c, d\}$ and $B = \{p, q, r, s\}$ are two sets. Consider the following relations on $A \times B$. - $R_1 = \{(a, p), (c, r), (d, q)\}$ - $R_2 = \{(a, s), (b, s), (c, p), (d, r)\}$ - $R_3 = \{(a, p), (b, r), (b, s), (d, q)\}$ - $R_4 = \{(a, r), (b, p), (c, q), (d, s)\}$ Which of the following statements are correct?