172. Factorial Trailing Zeroes
摘要:
1. 问题描述 Given an integer n, return the number of trailing zeroes in n!.Note: Your solution should be in logarithmic time complexity.Tags: MathSimilar 阅读全文
posted @ 2016-09-01 22:05 whl-hl 阅读(179) 评论(0) 推荐(0) 编辑