Skip to content

ThatLukaszGuy/Fibonacci-Sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Fibonacci Sequence

A small app to practice basic logic

Table Of Contents

About The Project

This was originally a simple project to practice recursion and only later changed to an actual small app. There are six basic things you can do :

  • Generating a certain amount of numbers from the fibonacci sequence
  • Getting the value of the next numbere in the sequence
  • Getting the value of the next numbere in the sequence
  • Access a specific postion (e.g. 7th position) and getting its value
  • Access a value that is between two values in the sequence (e.g get the number 233 that is between 144 and 377)
  • Get list of neighboring previous or following values
  • Visualizing a certain amount of values in a simple graph

little warning: The .exe has a slower start-up time (about 5 seconds) and can't handle generating more than 5000 instances at once. If that's what u need it's recommended to run the run.py file after installing all dependencies

Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot Screen Shot

Getting Started

Just run the .exe file after cloning/downloading the repo. If that is too slow just run run.py file after installing all dependencies

Afterword

Do whatever you want , it's not really the finest piece of work.