MathJax


Sunday, May 1, 2022

2022-119

Starting from the node indicated as 'start', use DFS and label the nodes with their ending times. Which of the alternatives below corresponds to a possible answer?


Tip: the reverse order of finishing DFS times in a directed acyclic graph is a topological order.





  1. None of the above.

Original idea by: Filipe Maciel Roberto

No comments:

Post a Comment

2026-335

Maria studies at UNICAMP and is taking a Graph Algorithms class.  Driven by curiosity, she applied what she learned in class to a network ge...