Java based demonstration of Strongly Connected Components Search on an oriented graph using Depth First Search algorithm.
-
Updated
Jun 30, 2020 - Java
Java based demonstration of Strongly Connected Components Search on an oriented graph using Depth First Search algorithm.
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.
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."