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

全部博文(170)

文章存档

2016年(11)

2015年(130)

2014年(29)

发布时间:2015-07-30 16:41:05

<p style="box-sizing:border-box;margin-top:0px;margin-bottom:10px;color:#333333;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px;line-height:30px;white-space:normal;background-color:#FFFFFF;">PermutationsII<br />Given a collection of numbers that might contain duplicates,.........【阅读全文】

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

发布时间:2015-07-13 21:27:03

/Maximum Subarray Total Accepted: 63692 Total Submissions: 184929 My Submissions Question Solution&nbsp;<br />//Find the contiguous subarray within an array (containing at least one number) which has the largest sum.<br />//<br />//For example, given the array [?2,1,?3,4,?1,2,1,?5,4],<br />/.........【阅读全文】

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

发布时间:2015-07-07 20:58:16

//Multiply Strings Total Accepted: 33986 Total Submissions: 161757 My Submissions Question Solution&nbsp;<br />//Given two numbers represented as strings, return multiplication of the numbers as a string.<br />//<br />//Note: The numbers can be arbitrarily large and are non-negative.<br />public.........【阅读全文】

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

发布时间:2015-07-07 17:09:21

在刷leetcode的过程中 从jdk1.8换到了jdk1.7后发现两个文件报错了<br />一个是java8增加了map中的<span style="color:#191919;font-family:微软雅黑, Verdana, sans-serif, 宋体;font-size:14px;line-height:22px;white-space:normal;background-color:#FBFBFB;">getOrDefault(Object,V),putIfAbsent(K,V),remove(Object,.........【阅读全文】

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

发布时间:2015-07-07 15:00:43

//Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2.<br />//<br />//For example,<br />//Given:<br />//s1 = "aabcc",<br />//s2 = "dbbca",<br />//<br />//When s3 = "aadbbcbcac", return true.<br />//When s3 = "aadbbbaccc", return false.<br />public class Interleaving.........【阅读全文】

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

登录 注册