Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

Biconnected Components

Правка en1, от dx24816, 2018-09-03 19:19:26

Hello,

I was trying to do the problem pushabox (http://usaco.org/index.php?page=viewproblem2&cpid=769) with biconnected components, but I think the GeeksForGeeks implementation is incorrect. Can someone give a working C++ implementation to find biconnected components using Tarjan and Hopcroft's algorithm? Thanks!

-dx24816

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский dx24816 2018-09-03 22:39:07 324
en1 Английский dx24816 2018-09-03 19:19:26 352 Initial revision (published)