https://github.com/yapeansa/fatorial
Programas em C para o cálculo do fatorial de um número inteiro não negativo.
https://github.com/yapeansa/fatorial
c iteration recursive-algorithm
Last synced: 3 months ago
JSON representation
Programas em C para o cálculo do fatorial de um número inteiro não negativo.
- Host: GitHub
- URL: https://github.com/yapeansa/fatorial
- Owner: yapeansa
- Created: 2024-11-24T19:01:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T05:17:02.000Z (6 months ago)
- Last Synced: 2025-02-07T13:26:51.427Z (4 months ago)
- Topics: c, iteration, recursive-algorithm
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programa Fatorial
Dois códigos em linguagem C para o cálculo do fatorial de um número não negativo, sendo um deles iterativo e o outro recursivo.
## Execução do programa
A partir do diretório raiz, basta executar no terminal `./run.sh`. Se necessário, execute também `chmod u+x run.sh` para torná-lo um executável.