MathJax


Monday, April 12, 2021

2021-021

In a graph, a "tree edge" is an edge that is present in the tree obtained after performing DFS on the graph. Suppose that k tree edges resulted from a depth-first traversal of an n-vertex, undirected graph. The number of the connected components in the graph can be calculated as:

  1. k1
  2. k
  3. nk
  4. nk+1
  5. None of the above

Original idea by: Soroor Salavati

No comments:

Post a Comment

2024-248

  Consider the following networks:   Which of the following options correctly ranks these networks from  most  robust to  least  robust agai...