Compare efficiency of several fibonacci generation algorithms, written in C++.
This project was compiled with Visual Studio 2019, and compiled with MSVC. I avoided using Microsoft specific features, so it should compile with g++ as well.
Build in Visual Studio, or g++ main.cpp -o main
./main
Just pass "test" as the first parameter to the binary.
./main test
All of the gnuplot scripts are under gnuplot_scripts
Simply open or run them with gnuplot. I used the file type .gp
Please note, there needs to be data in output/
for the plotting to work.