Aug 26, 2017 · 1 min read
If the base case for the fact recursion function is <= 0 does that always return 0? Or does the fact always carry a base of 1? Given that factorial( ) seems to be a set method.
If the base case for the fact recursion function is <= 0 does that always return 0? Or does the fact always carry a base of 1? Given that factorial( ) seems to be a set method.