Hey guys! Can anybody explain to me how to find the bridges in a graph? I know how to find the articulation points, but I don't know how to handle the bridges. Also, is there any platform where I can submit these 2 classical algorithms? Thank you in advance!
2012-2013 Тренировка СПбГУ B #2 Поиск в глубину
Input format:
С — bridges
Output format:
D — articulation points
Output format:
Thank you, buddy!
Here's a nice explanation for it: https://cp-algorithms.com/graph/bridge-searching.html
Thanks!