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
- Host: GitHub
- URL: https://github.com/import-brain/fibonacci_loop
- Owner: import-brain
- License: mit
- Created: 2021-06-26T15:54:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T17:44:26.000Z (over 3 years ago)
- Last Synced: 2024-10-14T14:54:11.708Z (8 months ago)
- Topics: array, fibonacci, fibonacci-numbers, fibonacci-sequence, java
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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