Interview Bootcamp
Ask Author
Back to course home

0% completed

Vote For New Content
2. Factorial

Problem Statement

Calculate the Factorial of a Positive Number Using Recursion.

The factorial of a non-negative integer N, denoted as N!, is the product of all positive integers less than or equal to N. The factorial of 0 is defined as 1.

Here is what the example input/output looks like:

InputExpected OutputExplanation

.....

.....

.....

Like the course? Get enrolled and start learning!