Skip to content

amelhaoui/Simple-Graph-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

#About

C++ Graph representation along with some algorithms : Is Weakly connected, complete graph, Shortest path. Both sequential and Parallel

#Build

building on Linux and MacOS

./build.sh 

You may generate Xcode project on MacOS using command

./build.sh -x

#Try

You can try it with

./run.sh -i test.in

Where test.in is a input file

#Credits

darzton for providing cpp-project-template

About

C++ Graph representation along with some algorithms : Is Weakly connected, complete graph, Shortest path. Both sequential and Parallel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published