上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 50 下一页
摘要: Given an integer n, return the number of trailing zeroes in n!. Example 1: Example 2: Note: Your solution should be in logarithmic time complexity. 给一 阅读全文
posted @ 2018-10-02 03:17 轻风舞动 阅读(303) 评论(0) 推荐(0) 编辑
摘要: In the following, every capital letter represents some hexadecimal digit from 0 to f. The red-green-blue color "#AABBCC" can be written as "#ABC" in s 阅读全文
posted @ 2018-10-01 05:54 轻风舞动 阅读(854) 评论(0) 推荐(0) 编辑
摘要: There is a garden with N slots. In each slot, there is a flower. The N flowers will bloom one by one in N days. In each day, there will be exactly one 阅读全文
posted @ 2018-09-30 07:21 轻风舞动 阅读(732) 评论(0) 推荐(0) 编辑
摘要: Given a time represented in the format "HH:MM", form the next closest time by reusing the current digits. There is no limit on how many times a digit 阅读全文
posted @ 2018-09-30 06:10 轻风舞动 阅读(1672) 评论(0) 推荐(0) 编辑
摘要: Design a logger system that receive stream of messages along with its timestamps, each message should be printed if and only if it is not printed in t 阅读全文
posted @ 2018-09-29 14:29 轻风舞动 阅读(542) 评论(0) 推荐(0) 编辑
摘要: Design a hit counter which counts the number of hits received in the past 5 minutes. Each function accepts a timestamp parameter (in seconds granulari 阅读全文
posted @ 2018-09-29 14:11 轻风舞动 阅读(488) 评论(0) 推荐(0) 编辑
摘要: Given a sorted array of integers nums and integer values a, b and c. Apply a function of the form f(x) = ax2 + bx + c to each element x in the array. 阅读全文
posted @ 2018-09-29 13:42 轻风舞动 阅读(578) 评论(0) 推荐(0) 编辑
摘要: You are given a list of non-negative integers, a1, a2, ..., an, and a target, S. Now you have 2 symbols + and -. For each integer, you should choose o 阅读全文
posted @ 2018-09-29 12:32 轻风舞动 阅读(468) 评论(0) 推荐(0) 编辑
摘要: https://www.interviewbit.com/problems/design-cache/ Features: This is the first part of any system design interview, coming up with the features which 阅读全文
posted @ 2018-09-29 08:46 轻风舞动 阅读(552) 评论(0) 推荐(0) 编辑
摘要: You're now a baseball game point recorder. Given a list of strings, each string can be one of the 4 following types: Each round's operation is permane 阅读全文
posted @ 2018-09-29 08:02 轻风舞动 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 50 下一页