Skip to content

a project on the algorithms of the Liber Abaci by Fibonacci

Notifications You must be signed in to change notification settings

HunterNise/Progetto-Fibonacci

Repository files navigation

Progetto-Fibonacci

ENG

Progetto Fibonacci is an initiative that aims to translate and make accessible the work Liber Abaci by Leonardo Pisano (Fibonacci).

Building on the previous one, the goal of this project is to collect some of the most significant algorithms exposed in the work and rewrite them in the C language.


The code needs to be downloaded, compiled (a C compiler is necessary) and executed on your machine.

It is also available a repl that does not require to download anything: just follow the instructions in the readme ("README.md") to execute the desired program directly on the browser (you may need to click the button < > "Show code" to see the files).


The repository consist of: a library (mylib.h) that contains all the general purpose functions and the custom structures needed; the various programs, splitted according to the chapter they appear in the Liber; a report (relazione.pdf) on the project (in italian).


ITA

Progetto Fibonacci è un'iniziativa che mira a tradurre e rendere accessibile l'opera Liber Abaci di Leonardo Pisano (Fibonacci).

Basandosi sul precedente, l'obbiettivo di questo progetto è raccogliere alcuni degli algoritmi più significativi esposti nell'opera e riscriverli nel linguaggio C.


Il codice deve essere scaricato, compilato (è necessario un compilatore per C) ed eseguito sulla propria macchina.

È anche disponibile un repl che non richiede di scaricare niente: basta seguire le istruzioni nel readme ("README.md") per eseguire il programma desiderato direttamente sul browser (potresti dovere cliccare il tasto < > "Show code" per vedere i file).


Questa repository contiene: una libreria (mylib.h) che contiene tutte le funzioni e le strutture dati necessarie; i vari programmi, divisi in base al capitolo in cui appaiono nel Liber; una relazione (relazione.pdf) sul progetto.


About

a project on the algorithms of the Liber Abaci by Fibonacci

Resources

Stars

Watchers

Forks