leetcode 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.解决思路: 决定阶乘末尾零的个数其... 阅读全文
posted @ 2015-05-04 23:49 吴一达 阅读(99) 评论(0) 推荐(0)