
因式
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 263. Ugly Number(丑数字)
原题网址:https://leetcode.com/problems/ugly-number/ Write a program to check whether a given number is an ugly number. Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. F原创 2016-04-10 07:58:59 · 410 阅读 · 0 评论 -
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 评论 -
LeetCode 319. Bulb Switcher(灯泡)
原题网址:https://leetcode.com/problems/bulb-switcher/ There are n bulbs that are initially off. You first turn on all the bulbs. Then, you turn off every second bulb. On the third round, you toggle e原创 2016-04-24 01:14:06 · 452 阅读 · 0 评论