Skip to content

This C program finds & outputs the strongly connected components of a directed, connected graph. See "DirectedConnectedGraph.txt" for an example input.

Notifications You must be signed in to change notification settings

noahfree/scc-program-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

C Program for finding SCCs of a Directed, Connected Graph

Developed by Noah Free; program details found at the beginning of the program.

About

This C program finds & outputs the strongly connected components of a directed, connected graph. See "DirectedConnectedGraph.txt" for an example input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages