Лабораторные работы за четвёртый семестр
-
Updated
Dec 3, 2024 - C#
Лабораторные работы за четвёртый семестр
The problem is to find the points of articulation of a graph. An articulation point of a graph is a vertex such that if we remove it, we increase the number of connected components. The DFS algorithm is used to solve this problem.
Java based demonstration of Strongly Connected Components Search on an oriented graph using Depth First Search algorithm.
Add a description, image, and links to the oriented-graph topic page so that developers can more easily learn about it.
To associate your repository with the oriented-graph topic, visit your repo's landing page and select "manage topics."