小小程序媛  
得之坦然,失之淡然,顺其自然,争其必然

2015年8月6日

摘要: 题目Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives ... 阅读全文
posted @ 2015-08-06 16:40 Coding菌 阅读(167) 评论(0) 推荐(0) 编辑
 
摘要: 题目Write a function to find the longest common prefix string amongst an array of strings.分析该题目是求一个字符串容器中所有字符串的最长公共前缀。AC代码class Solution {publi... 阅读全文
posted @ 2015-08-06 15:22 Coding菌 阅读(124) 评论(0) 推荐(0) 编辑