上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页
摘要: Problem:https://leetcode.com/problems/substring-with-concatenation-of-all-words/You are given a string,s, and a list of words,words, that are all of t... 阅读全文
posted @ 2015-08-21 00:46 airforce 阅读(184) 评论(0) 推荐(0) 编辑
摘要: mkdir testmv test.html testphp -S localhost:8082http://localhost:8082/test.html 阅读全文
posted @ 2015-07-29 07:59 airforce 阅读(170) 评论(0) 推荐(0) 编辑
摘要: How to uncommit files that were committed long time a ago?Note: Since all changes in the current working directory are very important, they should not... 阅读全文
posted @ 2015-07-14 05:04 airforce 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Online test Regexhttp://rubular.comAn examplesrc="http:\/\/localhost:3000\/preveiw-tool\/iphone5-web\/b\/?node=706814011"src[/.*preveiw-tool\/([^\/]*)... 阅读全文
posted @ 2015-07-07 14:27 airforce 阅读(110) 评论(0) 推荐(0) 编辑
摘要: D3 JSJava scirpt is an awesome language for Internface Design.All Obejcts in JavaScirpt could be used as an argument to pass around.Important Objects:... 阅读全文
posted @ 2015-04-01 05:33 airforce 阅读(218) 评论(0) 推荐(0) 编辑
摘要: The problem:Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are s... 阅读全文
posted @ 2015-02-27 07:11 airforce 阅读(140) 评论(0) 推荐(0) 编辑
摘要: The problem:Divide two integers without using multiplication, division and mod operator.If it is overflow, return MAX_INT.My analysis:The idea behind ... 阅读全文
posted @ 2015-02-13 03:25 airforce 阅读(207) 评论(0) 推荐(0) 编辑
摘要: The problem:Given node P and node Q in a binary tree T.Find out the lowest common ancestor of the two nodes.Analysis:The answer of this problem could ... 阅读全文
posted @ 2015-02-11 01:09 airforce 阅读(270) 评论(0) 推荐(0) 编辑
摘要: The problem:Given an array of sizen, find the majority element. The majority element is the element that appears more than⌊ n/2 ⌋times.You may assume ... 阅读全文
posted @ 2015-02-04 01:56 airforce 阅读(209) 评论(0) 推荐(0) 编辑
摘要: The problem:Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return... 阅读全文
posted @ 2015-01-30 01:06 airforce 阅读(171) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页