Saturday, September 17, 2022

2022-157

Considering the following graph.



Which one of the following is a possible order for visiting the nodes using BFS?

  1. QMNPRO
  2. NQMPOR
  3. MNOPQR
  4. QMNPOR
  5. None of the above

Original idea by: Rodrigo Bifulco

No comments:

Post a Comment

2026-368

Consider the following partitions over the same graph: Which alternative lists the partitions in ascending order of modularity ? A) PA, PB...