Wednesday, December 30, 2015

172. Factorial Trailing Zeroes

Given an integer n, return the number of trailing zeroes in n!.
Note: Your solution should be in logarithmic time complexity.
Java Code:

No comments:

Post a Comment