Efficient way to find factorial
What is the efficient way to find factorial of a number other than normal
recursive function and loop method? Since the normal method takes too
longer to produce output is there any way to reduce the time complexity
than the recursive and loop methods?If not why?
No comments:
Post a Comment