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

全部博文(170)

文章存档

2016年(11)

2015年(130)

2014年(29)

发布时间:2015-09-11 21:58:32

//Subsets My Submissions Question Solution&nbsp;<br />//Total Accepted: 62243 Total Submissions: 219925 Difficulty: Medium<br />//Given a set of distinct integers, nums, return all possible subsets.<br />//<br />//Note:<br />//Elements in a subset must be in non-descending order.<br />//The so.........【阅读全文】

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

发布时间:2015-09-11 21:21:49

//Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).<br />//<br />//For example,<br />//S = "ADOBECODEBANC"<br />//T = "ABC"<br />//Minimum window is "BANC".<br />//<br />//Note:<br />//If there is no such window in S .........【阅读全文】

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

发布时间:2015-09-11 13:30:46

//Sort Colors Total Accepted: 65124 Total Submissions: 199819 My Submissions Question Solution&nbsp;<br />//Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.<br />//<br />//Here, we.........【阅读全文】

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

发布时间:2015-09-10 18:27:05

使用dp方式来做<br /><br />//Edit Distance Total Accepted: 41444 Total Submissions: 156328 My Submissions Question Solution&nbsp;<br />//Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)<br />//<br />//You.........【阅读全文】

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

发布时间:2015-09-10 18:26:21

/Simplify Path Total Accepted: 35464 Total Submissions: 176460 My Submissions Question Solution&nbsp;<br />//Given an absolute path for a file (Unix-style), simplify it.<br />//<br />//For example,<br />//path = "/home/", =&gt; "/home"<br />//path = "/a/./b/../../c/", =&gt; "/c"<br />//click t.........【阅读全文】

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

登录 注册