上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: Description Given number n. Print number from 1 to n. But: when number is divided by 3, print "fizz". when number is divided by 5, print "buzz". when 阅读全文
posted @ 2019-04-02 21:39 故人叹 阅读(149) 评论(0) 推荐(0)
摘要: 8. Rotate String Description Given a string and an offset, rotate string by offset. (rotate from left to right) Example Given . Challenge Rotate in pl 阅读全文
posted @ 2019-04-02 21:39 故人叹 阅读(99) 评论(0) 推荐(0)
摘要: 6. Merge Two Sorted Arrays Description Merge two given sorted integer array A and B into a new sorted integer array. Example Challenge How can you opt 阅读全文
posted @ 2019-04-02 21:39 故人叹 阅读(79) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-04-02 21:38 故人叹 阅读(1) 评论(0) 推荐(0)
摘要: 2. Trailing Zeros Description Write an algorithm which computes the number of trailing zeros in n factorial. Example Challenge O(log N) time 阅读全文
posted @ 2019-04-02 21:38 故人叹 阅读(95) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-04-02 20:08 故人叹 阅读(1) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-04-02 20:04 故人叹 阅读(1) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-04-02 20:03 故人叹 阅读(1) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-04-02 19:59 故人叹 阅读(0) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-04-02 19:58 故人叹 阅读(0) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 下一页