Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ransomware3301/fibonacci_generator
C program that generates up to the 92nd Fibonacci number
https://github.com/ransomware3301/fibonacci_generator
Last synced: 15 days ago
JSON representation
C program that generates up to the 92nd Fibonacci number
- Host: GitHub
- URL: https://github.com/ransomware3301/fibonacci_generator
- Owner: Ransomware3301
- License: mit
- Created: 2023-11-02T00:00:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T20:57:22.000Z (12 months ago)
- Last Synced: 2023-11-28T22:03:11.811Z (12 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fibonacci_generator
C program that generates up to the 92nd Fibonacci number using long integers, thus integer overflow doesn't occur until the 93rd Fibonacci number