2014年10月5日

Multiply Strings

摘要: Given two numbers represented as strings, return multiplication of the numbers as a string. Note: The numbers can be arbitrarily large and are non-neg 阅读全文

posted @ 2014-10-05 17:15 bug睡的略爽 阅读(126) 评论(0) 推荐(0) 编辑

Combination Sum I&&II

摘要: Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. The same repeat 阅读全文

posted @ 2014-10-05 15:23 bug睡的略爽 阅读(135) 评论(0) 推荐(0) 编辑

Search for a Range

摘要: Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the or 阅读全文

posted @ 2014-10-05 14:53 bug睡的略爽 阅读(159) 评论(0) 推荐(0) 编辑

导航