You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a l...
分类:
其他好文 时间:
2015-01-30 10:55:06
阅读次数:
293
Given an array of integers,every element appears twice except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement itwithout using extra m...
分类:
其他好文 时间:
2015-01-30 09:10:45
阅读次数:
247
问题描述;
Implement wildcard pattern matching with support for
'?' and '*'.
'?' Matches any single character.
'*' Matches any sequence of characters (including the empty sequence).
The matching shou...
分类:
其他好文 时间:
2015-01-29 22:34:30
阅读次数:
130
点击打开链接
Football
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 3309
Accepted: 1696
Description
Consider a single-elimination football t...
分类:
其他好文 时间:
2015-01-29 17:46:53
阅读次数:
129
Implement regular expression matching with support for '.' and '*'.
'.' Matches any single character.
'*' Matches zero or more of the preceding element.
The matching should cover the entire input st...
分类:
其他好文 时间:
2015-01-29 14:39:45
阅读次数:
107
Implement regular expression matching with support for ‘.’ and ‘*’.
‘.’ Matches any single character.
‘*’ Matches zero or more of the preceding element.
The matching should cover the...
分类:
其他好文 时间:
2015-01-29 12:43:39
阅读次数:
167
Indexing
Matrix Indexing
Accessing Single Elements
可以使用如下语法来调用一个矩阵(Matrix)中的一个特定的元素:
A(row,column):A是变量名,行在前,列在后。例如:
A = magic(4)
A =
16 2 3 13
5 11 10 8
9 ...
分类:
其他好文 时间:
2015-01-29 09:37:27
阅读次数:
225
题目链接:Regular Expression Matching
Implement regular expression matching with support for '.' and '*'.
'.' Matches any single character.
'*' Matches zero or more of the preceding element.
The match...
分类:
其他好文 时间:
2015-01-28 21:29:00
阅读次数:
318
题目链接:Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers a...
分类:
其他好文 时间:
2015-01-27 23:36:05
阅读次数:
373
1.在开机启动的时候能看到引导目录,用上下方向键选择你忘记密码的那个系统,然后按“e”。2.接下来你可以看到如下图所示的画面,然后你再用上下键选择最新的内核,然后在按“e”。3.执行完上步操作后可以看到下面的画面,在rhgb quiet最后加“空格”,然后键入“single”,或者直接输入数字的“1...
分类:
其他好文 时间:
2015-01-27 21:51:06
阅读次数:
235