RaphaelCausse / Syracuse

Implementation of Syracuse conjecture, graphics generated with Gnuplot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS Status

SYRACUSE PROJECT

Syracuse's conjecture implemented in C and Bash scripting to generate graphics using Gnuplot.

INSTALLATION

Clone this repository :

git clone https://github.com/RaphaelCausse/Syracuse.git

Move to the cloned directory :

cd Syracuse

EXECUTION

Add execution rights to the script :

chmod +x syracuse.

Run the script :

./syracuse. <start> <end>

NOTE:
start, end must be positive integers.

FEATURES

Help message :

./syracuse. -h

Clean the project directory :

./syracuse. -c

Run the script and display synthesis right after :

./syracuse. -s <start> <end>

AUTHORS

Melvyn MUNOZ and Raphael CAUSSE, from CY TECH.

01/2022, developped on Linux Ubuntu and Manjaro, Visual Studio Code.

About

Implementation of Syracuse conjecture, graphics generated with Gnuplot.

License:MIT License


Languages

Language:Shell 84.3%Language:C 15.7%