KALIIOWORK / KALIIOWORK/basic_c_programs

"Factorial Calculator" Challenge

Abierto
#11 1 comentario 0 reacciones 0 asignados Ver en GitHub
good first issue hacktoberfest
Lenguaje dominante
C
Estrellas
0
Forks
4
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

🌟 **Hello Coding Enthusiasts!**

**Challenge:** Develop a C program that calculates the factorial of a given positive integer. The factorial of a number \( n \) (denoted as \( n! \)) is the product of all positive integers from 1 to \( n \). This task will strengthen your understanding of loops and basic arithmetic operations.

**Instructions:**

1. Fork this repository.
2. Create a new branch.
3. Write a C program that takes a positive integer input from the user and calculates its factorial.
4. Ensure the program handles edge cases (like factorial of 0 or 1) and large inputs gracefully.
5. Commit your changes and submit a pull request.

**Bonus:** Implement the factorial calculation using both iterative and recursive methods and compare their efficiency.

**Happy Coding!** 🚀

*Note: This beginner-friendly issue is an excellent opportunity to practice loops and basic arithmetic operations in C!*

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Start by reviewing the repository's existing basic C programs and its conventions for compiling and running them. Add the factorial calculator as a C program that accepts a positive integer, handles 0 and 1, and addresses large inputs as described. Verify the program by compiling and running representative inputs; the issue does not name a specific file or test.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
c
Área
cli
Tipo de issue
Nueva funcionalidad
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.