摘要: Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the fo 阅读全文
posted @ 2016-07-31 14:30 amazingzoe 阅读(134) 评论(0) 推荐(0)
摘要: Given an array of n integers where n > 1, nums, return an array output such that output[i] is equal to the product of all the elements ofnums except n 阅读全文
posted @ 2016-07-31 01:20 amazingzoe 阅读(164) 评论(0) 推荐(0)
摘要: Given a sorted integer array without duplicates, return the summary of its ranges. For example, given [0,1,2,4,5,7], return ["0->2","4->5","7"]. Analy 阅读全文
posted @ 2016-07-31 01:01 amazingzoe 阅读(123) 评论(0) 推荐(0)