Chinaunix首页 | 论坛 | 博客
  • 博客访问: 253871
  • 博文数量: 170
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1709
  • 用 户 组: 普通用户
  • 注册时间: 2014-05-06 18:01
文章分类

全部博文(170)

文章存档

2016年(11)

2015年(130)

2014年(29)

发布时间: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.........【阅读全文】

阅读(258) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(281) | 评论(0) | 转发(0)

发布时间: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] .........【阅读全文】

阅读(383) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(191) | 评论(0) | 转发(0)

发布时间:2015-08-02 20:54:50

//Length of Last Word Total Accepted: 56458 Total Submissions: 204354 My Submissions Question Solution&nbsp;<br />//Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string.<br />//<br />//If the last word does not exist,.........【阅读全文】

阅读(273) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册