Syracuse's conjecture implemented in C and Bash scripting to generate graphics using Gnuplot.
Clone this repository :
git clone https://github.com/RaphaelCausse/Syracuse.git
Move to the cloned directory :
cd Syracuse
Add execution rights to the script :
chmod +x syracuse.
Run the script :
./syracuse. <start> <end>
NOTE:
start
, end
must be positive integers.
Help message :
./syracuse. -h
Clean the project directory :
./syracuse. -c
Run the script and display synthesis right after :
./syracuse. -s <start> <end>
Melvyn MUNOZ and Raphael CAUSSE, from CY TECH.
01/2022, developped on Linux Ubuntu and Manjaro, Visual Studio Code.