Pergunta de entrevista da empresa Microsoft

Compute Factorial of a number

Respostas da entrevista

Sigiloso

2 de fev. de 2012

recursion method

Sigiloso

6 de fev. de 2012

The trick here is see what data type you are using, example with int you the max factorial number you can get for is 12! = 479001600, so if that's the case a look up table can do the job.