LeetCode 172. Factorial Trailing Zeroes(0结尾)
原题网址:https://leetcode.com/problems/factorial-trailing-zeroes/
Given an integer n, return the number of trailing zeroes in n!.
Note: Your solution should be in logarithmic time complexity.
方法:
原创
2016-05-25 01:36:42 ·
483 阅读 ·
0 评论