a) fact(n) = n * fact(n)
b) fact(n) = n * fact(n+1)
c) fact(n) = n * fact(n-1)
d) fact(n) = n * fact(1)
Which of the following recursive formula can be used to find the factorial of a number?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following recursive formula can be used to find the factorial of a number?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!