Skip to content

frahman5/DepthFirstSearch

Repository files navigation

DepthFirstSearch

Implements a Depth-First-Search based algorithm to find strongly connected components in a Directed Graph.

Uses Adjacency lists to represent the graphs.

Written in Python 3.3

About

Implements a simple DFS algorithm in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published