This website requires JavaScript.
Explore
Help
Sign in
nyymix
/
fibonacci
Watch
1
Star
0
Fork
You've already forked fibonacci
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
Fibonacci number generator in ANSI C, Python and Java using recursion
3
commits
1
branch
0
tags
32
KiB
C
38.8%
Java
34.2%
Python
27%
624d4527a8
Branches
Tags
No results found.
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
”Nyymix”
624d4527a8
Add Python version and clean code
2022-04-29 09:31:15 +03:00
.gitignore
Initial commit
2022-04-29 08:38:32 +03:00
fibo.c
Add Python version and clean code
2022-04-29 09:31:15 +03:00
fibo.py
Add Python version and clean code
2022-04-29 09:31:15 +03:00
README.md
Add Python version and clean code
2022-04-29 09:31:15 +03:00
README.md
fibonacci
Fibonacci number generator in ANSI C, Python using recursion