Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 656 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 656 Bytes

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