进阶之路

首页 新随笔 管理

2014年4月26日 #

摘要: 3Sum 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 the sum of zero. 阅读全文
posted @ 2014-04-26 21:49 进阶之路 阅读(340) 评论(0) 推荐(0) 编辑

摘要: Integer to Roman Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999. 阅读全文
posted @ 2014-04-26 17:38 进阶之路 阅读(263) 评论(0) 推荐(0) 编辑