Answer to Question #157214 in Algorithms for nazia khan

Question #157214

Q: What is Recursion Function, also write Algorithm/Pseudocode for finding factorial recursively. 


1
Expert's answer
2021-01-22T15:03:49-0500

Recursion function - it is a function that calls itself

Factorial:

f(0) = 1

f(n) = n * f(n - 1)


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS