摘要: leetcode -https://leetcode.com/problems/count-primes/Q:Description:Count the number of prime numbers less than a non-negative number,nHint:The number ... 阅读全文
posted @ 2015-04-27 17:32 cnblogshnj 阅读(138) 评论(0) 推荐(0) 编辑
摘要: leetcode -Longest Common PrefixQ:Write a function to find the longest common prefix string amongst an array of strings. 1 class Solution { 2 public: 3... 阅读全文
posted @ 2015-04-27 09:29 cnblogshnj 阅读(140) 评论(0) 推荐(0) 编辑