Skip to content

blefev/fibonacci-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Algorithms

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.

Compiling

Build in Visual Studio, or g++ main.cpp -o main

Running

./main

Testing

Just pass "test" as the first parameter to the binary.

./main test

Plotting

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published