MathJax


Sunday, November 27, 2022

2022-184

 

Given the graph below, where each color represents a different partition, calculate the modularity value. Round it up to two decimals places.

 


 

  1. 0.12
  2. 0.26
  3. 0.37
  4. 0.41
  5. None of the above.
Original idea by: André Nóbrega

No comments:

Post a Comment

2025-261

Consider a directed graph \(G\)   and the Kosaraju-Sharir's algorithm for finding strongly connected components (SCCs). Analyze the foll...