bhaveshlohana / HacktoberFest2020-Contributions

A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
MIT License
189 stars 997 forks source link

Factorial of number with recursion #1758

Open OrionJoshi opened 3 years ago

OrionJoshi commented 3 years ago

Program to find factorial of a number with recursion and without recursion