自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 Median of Two Sorted Arrays

There are two sorted arrays A and B of size m and n respectively. Find the med

2015-02-10 07:43:38 311

原创 Two Sum

Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two numbers such that they add up to the target

2015-02-10 03:19:49 340 1

翻译 Java嵌套类

Java 嵌套类 Java 允许你在一个类的内部定义一个新的类,这个新的类就被称为嵌套类。下面给出一个例子 class EnclosingClass{ //被嵌套类 class NestedClass{ //嵌套类 } }注明:嵌套类有两种,静态类型和非静态类型。被声明为静态类型的嵌套类称之为静态嵌套类,另一种则称之为内部类。下面给出一个例子class EnclosingClass

2015-02-09 08:34:20 370

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除