Adobe Interview Question

Write a function that takes a number and returns the factorial. (after solution) which is faster? Iterative or recursive?

Interview Answer

Anonymous

Nov 27, 2016

iterative