hongweijia / CycleDetectionInDirectedGraphs

A solution for determining if there are any loops or cycles in a directed graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CycleDetectionInDirectedGraphs

This is a solution for determining if there are any loops or cycles in a directed graph.

Here we are using the Depth First Search method to work out a solution.

About

A solution for determining if there are any loops or cycles in a directed graph.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%