0% found this document useful (0 votes)
76 views1 page

Run PDF

This command line compiles 5 C++ source files with debugging and standard flags, then runs the output executable 3 times with increasing input sizes of 1000, 10000, and 100000 to test the program.

Uploaded by

Maithy Ton
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views1 page

Run PDF

This command line compiles 5 C++ source files with debugging and standard flags, then runs the output executable 3 times with increasing input sizes of 1000, 10000, and 100000 to test the program.

Uploaded by

Maithy Ton
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

g++ -Wall -g -std=c++14 erdos_renyi.cpp graph.

cpp
graph_algorithms.cpp main.cpp random.cpp
./a.out 1000
./a.out 10000
./a.out 100000

You might also like