自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 面试题1

HashMap和HashTable的区别()HashMap几乎可以等价于Hashtable,除了HashMap是非synchronized的,并可以接受null(HashMap可以接受为null的键值(key)和值(value),而Hashtable则不行)。HashMap是非synchronized,而Hashtable是synchronized,这意味着Hashtable是线程安全

2014-10-20 00:51:10 414

原创 多线程(Multithreading)

线程池

2014-10-19 22:46:18 504

原创 Reverse Linked List II (LeetCode)

题目:题目分析:思路:注意点:代码:

2014-08-07 12:34:31 448

原创 Binary Tree Inorder Traversal(LeetCode)

题目:思路:zhui'yi'di'a

2014-08-05 13:56:15 322

原创 Minimum Depth of Binary Tree(LeetCode)

题目:题目分析:思路:代码:

2014-08-03 11:05:48 364

原创 Path Sum II(LeetCode)

题目:题目分析:思路:注意点:

2014-08-03 10:26:57 402

原创 Path Sum(LeetCode)

题目:题目分析:思路:

2014-08-03 09:13:46 337

原创 Populating Next Right Pointers in Each Node II (LeetCode)

题目:ti

2014-08-02 20:23:02 514

原创 Populating Next Right Pointers in Each Node (LeetCode)

题目:

2014-08-02 19:47:35 427

原创 Pascal's Triangle II(LeetCode)

题目:题目分析:思路:注意点:代码:

2014-08-02 16:35:50 334

原创 Pascal's Triangle(LeetCode)

题目:题目分析:思路

2014-08-02 15:37:46 406

原创 Best Time to Buy and Sell Stock II (LeetCode)

题目:思路:

2014-08-02 00:13:11 602

原创 Best Time to Buy and Sell Stock(LeetCode)

题目:题目分析:注意点:

2014-08-01 23:26:20 484

原创 Triangle(LeetCode)

题目:Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the following triangle[ [2], [3

2014-08-01 21:17:39 407

原创 Binary Tree Maximum Path Sum(LeetCode)

题目:难度级别: ★★★

2014-08-01 20:31:53 312

原创 Valid Palindrome(LeetCode)

题目:思路:注意点:代码:

2014-07-31 18:56:22 325

原创 Longest Consecutive Sequence(LeetCode)

题目:思路:注意点:代码:

2014-07-31 18:18:33 308

原创 Sum Root to Leaf Numbers(LeetCode)

题目:思路:

2014-07-31 17:36:36 333

原创 Clone Graph(LeetCode)

题目:Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors.OJ's undirected graph serialization:Nodes are labeled uniquely.We use # as a separat

2014-07-31 13:15:50 472

原创 Candy(LeetCode)

题目:

2014-07-28 17:08:07 387

原创 Copy List with Random Pointer (LeetCode)

题目:思路:

2014-07-27 11:22:13 394

原创 Linked List Cycle II(LeetCode)

题目:思路:dai'ma

2014-07-26 10:42:31 325

原创 Reorder List(LeetCode)

题目:

2014-07-26 07:52:31 318

原创 Binary Tree Postorder Traversal (LeetCode)

题目:代码:

2014-07-25 18:07:59 306

原创 LRU Cache(LeetCode)

题目:思路:zh

2014-07-25 17:13:01 546

原创 Insertion Sort List (LeetCode)

题目:思路:注意点:代码:

2014-07-23 23:27:42 554

原创 Sort List(LeetCode)

题目:思路:注意点:代码:

2014-07-23 15:56:17 479

原创 Evaluate Reverse Polish Notation(LeetCode)

Evaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, *, /. Each operand may be an integer or another expression.Some examples: ["2", "1", "+",

2014-07-21 15:36:00 383

原创 Max Points on a Line(LeetCode)

dafsdfas

2014-07-18 17:39:00 352

原创 1442 Black Box

最先,是自己用插入排序的方法做的,shi'jian

2014-05-03 01:16:33 403

原创 写在前面的话

为了准备乐天的笔试,在网上kan'le

2014-05-03 01:08:31 676

空空如也

空空如也

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

TA关注的人

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