Блог пользователя WalidMasri

Автор WalidMasri, 8 лет назад, По-английски

Hello codeforces!

Recently i was searching for a good explanation of Tarjan Strongly connected components algorithm but i failed to understand the concept and the algorithm. can anyone help me by providing a good explanation of this algorithm or providing a useful link?

One more question: Does tarjan algorithm works on undirected graph for finding biconnected components?

Thanks!

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
8 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

read it from competitive programming 3 book ,they explained it clearly :)

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

also this video explain this algorithm but not tarjan's algorithm,it's Kosaraju's Algorithm