摘要: 题目:Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichminimizesthe sum of all numbers along its path.Note... 阅读全文
posted @ 2016-01-08 22:44 很好玩 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 题目:Given an array ofnpositive integers and a positive integers, find the minimal length of a subarray of which the sum ≥s. If there isn't one, return ... 阅读全文
posted @ 2016-01-08 22:14 很好玩 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 题目:Given an array containingndistinct numbers taken from0, 1, 2, ..., n, find the one that is missing from the array.For example,Givennums=[0, 1, 3]re... 阅读全文
posted @ 2016-01-08 21:49 很好玩 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 题目:iven an array ofnintegers wheren> 1,nums, return an arrayoutputsuch thatoutput[i]is equal to the product of all the elements ofnumsexceptnums[i].So... 阅读全文
posted @ 2016-01-08 21:16 很好玩 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 规范中明确写道:Equal to the computed value of ‘font-size’ on the root element.rem是指根元素(root element,html)的字体大小,从 IE6 到Chrome,根元素都默认的 font-size 都是 16px。下面来看看r... 阅读全文
posted @ 2016-01-08 16:48 很好玩 阅读(273) 评论(0) 推荐(0) 编辑