Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Theory of Graphs
Bridges. articulation points
Module:
Bridges. articulation points
Problem
2
/4
Search for bridges and articulation points
Theory
Click to read/hide
Error
Problem
Find all bridges and articulation points in the graph (vertex numbers are black, edges are red). Give your answer in ascending order of numbers.
You need to complete the code so that the program displays the numbers of the bridges on the first line and the numbers of the articulation points on the second line.
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary