An open API service indexing awesome lists of open source software.

https://github.com/import-brain/fibonacci_loop

looping through first 50 terms of fibonacci numbers
https://github.com/import-brain/fibonacci_loop

array fibonacci fibonacci-numbers fibonacci-sequence java

Last synced: 7 months ago
JSON representation

looping through first 50 terms of fibonacci numbers

Awesome Lists containing this project

README

        

# fibonacci_loop

Nice little project that loops through the first x terms of the fibonacci sequence (x is user input)

Length values over 2^64 will cause problems for program, because Java long type only goes up to 2^64