Match the statements for the problems related to thefactorial of a number(s) using the following view graphs as areference.
Implementation-2 is – Answer
return factTable [n] – Answer
return 1 – Answer
factTable [0] = 1 – Answer
Implementation-1 Time Complexity to find both n! and m! -Answer
mplementation-1 Time Complexity for n! – Answer
factTable [n] = n * factorial (n-1) – Answer
Implementation-2 Time Complexity to find both n! and m! is -Answer
Implementation-2 SPACE Complexity to find both n! and
OR
OR