2019年2月10日

Leetcode 793. Preimage Size of Factorial Zeroes Function

摘要: Problem: Let f(x) be the number of zeroes at the end of x!. (Recall that x! = 1 * 2 * 3 * ... * x, and by convention, 0! = 1.) For example, f(3) = 0 b 阅读全文

posted @ 2019-02-10 13:45 周浩炜 阅读(268) 评论(0) 推荐(0) 编辑

Leetcode 798. Smallest Rotation with Highest Score

摘要: Problem: Given an array A, we may rotate it by a non-negative integer K so that the array becomes A[K], A[K+1], A{K+2], ... A[A.length - 1], A[0], A[1 阅读全文

posted @ 2019-02-10 06:16 周浩炜 阅读(132) 评论(0) 推荐(0) 编辑

导航