Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 464 Bytes

File metadata and controls

7 lines (5 loc) · 464 Bytes

Recursive Factorial

Difficulty Tags Solution Link
Medium [Recursion] Here

Write a function factorial that receives a number n and recursively calculates and returns n!.