Codes for Algorithmic Toolbox course from Coursera.
-
Updated
Dec 20, 2019 - Python
Codes for Algorithmic Toolbox course from Coursera.
This is a simple fibonacci number generator that takes an integer input from a user, then uses that input as the term of the fibonacci number to be generated. This program utilizes recursion and memoization (caching) to efficiently compute Fibonacci numbers.
A Python program that generates the Fibonacci sequence up to a user-specified number of terms. It features input validation, error handling, and clear output formatting, making it an excellent tool for learning Python basics and understanding the Fibonacci sequence
Add a description, image, and links to the fibonacci-number topic page so that developers can more easily learn about it.
To associate your repository with the fibonacci-number topic, visit your repo's landing page and select "manage topics."