发布时间:2015-08-05 10:04:11
//Minimum Path Sum Total Accepted: 44225 Total Submissions: 136918 My Submissions Question Solution <br />//Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.<br />//<br />//Note: You can only .........【阅读全文】
发布时间:2015-08-04 20:52:48
//Implement regular expression matching with support for '.' and '*'.
//
//'.' Matches any single character.
//'*' Matches zero or more of the preceding element.
//
//The matching should cover the entire input string (not partial).
//
//The function prototyp.........【阅读全文】
发布时间:2015-08-04 17:22:35
//String to Integer (atoi) Total Accepted: 58433 Total Submissions: 453312 My Submissions Question Solution
//Implement atoi to convert a string to an integer.
//
//Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below.........【阅读全文】
发布时间:2015-08-04 16:50:59
//Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary).<br />//<br />//You may assume that the intervals were initially sorted according to their start times.<br />//<br />//Example 1:<br />//Given intervals [1,3],[6,9], insert and merge [2,5] .........【阅读全文】
发布时间:2015-08-04 14:47:03
<div class="question-title" style="box-sizing:border-box;padding-bottom:10px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#EEEEEE;color:#333333;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14.399999618530273px;line-height:16px;white-space:normal;backg.........【阅读全文】