Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given [100, 4, 200, 1, 3, 2],The longest...
分类:
其他好文 时间:
2014-10-11 14:52:35
阅读次数:
167
Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order.For example,Given the following matrix:[ [ 1, ...
分类:
其他好文 时间:
2014-10-11 08:50:35
阅读次数:
134
在安装oracle10g的时候出现如下错误:
[oracle10@rac1 clusterware]$ ./runInstaller
********************************************************************************
Please run the script rootpre.sh as root on al...
分类:
数据库 时间:
2014-10-10 20:15:24
阅读次数:
541
[leetcode]Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order....
分类:
其他好文 时间:
2014-10-10 15:11:54
阅读次数:
139
4271: Love Me, Love My PermutationDescriptionGiven a permutation of n: a[0], a[1] ... a[n-1], ( its elements range from 0 to n-1, For example: n=4, on...
分类:
其他好文 时间:
2014-10-09 23:48:23
阅读次数:
256
Problem DescriptionA subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a sequence X = another ....
分类:
其他好文 时间:
2014-10-09 21:57:27
阅读次数:
219
内存监测每2s以M,K,B为单位分别显示[root@221-comecs mnt]# free -s2 -m total used free shared buffers cachedMem: 995 ...
分类:
系统相关 时间:
2014-10-09 19:24:17
阅读次数:
250
Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order.
For example,
Given the following matrix:
[
[ 1, 2, 3 ],
[ 4, 5, 6 ],
[ 7, 8, 9 ]
]
...
分类:
其他好文 时间:
2014-10-09 17:03:37
阅读次数:
143
Given two sorted integer arrays A and B, merge B into A as one sorted array.
Note:
You may assume that A has enough space (size that is greater or equal to m + n) to hold additional elements fro...
分类:
其他好文 时间:
2014-10-09 15:58:28
阅读次数:
232