MathWorks Interview Question

How do you compute factorial in sub-linear complexity?

Interview Answer

Anonymous

Oct 11, 2015

Use C++ templates to do it in compile time.