Factorials and code

16/01/2019 2 min

Listen "Factorials and code"

Episode Synopsis

In this episode we discuss about factorials, and how to code to get the factorial of a given number n, in an iterative manner which is method 1 and in a recursive method which is method 2.