LeetCode: TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For exa...
分类:
其他好文 时间:
2014-08-25 22:48:14
阅读次数:
306
原题戳我There are N children standing in a line. Each child is assigned a rating value.You are giving candies to these children subjected to the following...
分类:
其他好文 时间:
2014-08-25 22:46:14
阅读次数:
307
Clone GraphClone an undirected graph. Each node in the graph contains alabeland a list of itsneighbors.OJ's undirected graph serialization:Nodes are l...
分类:
其他好文 时间:
2014-08-25 22:22:44
阅读次数:
237
function () { $('.audio').each(function () { var $this = $(this); var id = $this.attr('audioid'); var src = $this.attr('src')...
分类:
其他好文 时间:
2014-08-25 18:51:44
阅读次数:
239
1 each: function(callback, args) { 2 return jQuery.each(this, callback, args); 3 }, each:这个调用了jQuery.each方法,来遍历当前集合。我们先来看看jQuery.each方法://arg...
分类:
Web程序 时间:
2014-08-25 16:22:54
阅读次数:
167
转自:http://blog.csdn.net/lalor/article/details/7614381问题定义: You are given a binary tree in which each node contains a value. Design an algorithm to ...
分类:
其他好文 时间:
2014-08-25 11:20:04
阅读次数:
292
[Po and Shifu are racing each other up the palace stairs.]SHIFU:Are you ready?PO:Ready's my middle name![Po speeds off ahead, and beats Shifu to their...
分类:
其他好文 时间:
2014-08-25 09:52:14
阅读次数:
354
Problem Description
There are n types of cells in the lab, numbered from 1 to n. These cells are put in a queue, the i-th cell belongs to type i. Each time I can use mitogen to double the cells in ...
分类:
其他好文 时间:
2014-08-25 01:13:03
阅读次数:
321
Problem Description
There are n types of cells in the lab, numbered from 1 to n. These cells are put in a queue, the i-th cell belongs to type i. Each time I can use mitogen to double the cells in ...
分类:
其他好文 时间:
2014-08-25 01:12:13
阅读次数:
273