This application is a basic tool to calculate the Nth number in the Fibonacci sequence, or print a list of the sequence.
- added numbering system in inf list where it says its the Nth number, then prints that number
- added memory functionality taking this program from O(approx 2^n) complexity to 0(n)
- added more error handling functionality so the software doesn't, you know, break.
- added error handling for entering fib sequence number
- Moved the fib functions into a different document for more clarity
- added possibility for an infinite printout of fibonacci sequence numbers
- split version history into two documents
- README
- Full-history-and-notes
- Added functionality to print out a list of all the numbers in the fibonacci sequence up to a number.
- Refactored grammar and structure in README.
- Updated README for v1.1
- Added process to a loop for repeated use
- Added functionality with an input.