# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'41: First Missing Positivehttps://oj.leetcode.com/problems/first-missing-positive/Given an...
分类:
编程语言 时间:
2015-03-19 23:49:28
阅读次数:
172
https://leetcode.com/problems/subsets-ii/Given a collection of integers that might contain duplicates,S, return all possible subsets.Note:Elements in ...
分类:
其他好文 时间:
2015-03-19 23:26:45
阅读次数:
149
https://leetcode.com/problems/subsets/Given a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descend...
分类:
其他好文 时间:
2015-03-19 21:53:20
阅读次数:
167
https://leetcode.com/problems/length-of-last-word/Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the leng...
分类:
其他好文 时间:
2015-03-19 21:41:28
阅读次数:
120
https://leetcode.com/problems/longest-consecutive-sequence/Given an unsorted array of integers, find the length of the longest consecutive elements se...
分类:
其他好文 时间:
2015-03-19 21:38:49
阅读次数:
164
https://leetcode.com/problems/sum-root-to-leaf-numbers/Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a num...
分类:
其他好文 时间:
2015-03-19 17:51:26
阅读次数:
150
https://leetcode.com/problems/combinations/Given two integersnandk, return all possible combinations ofknumbers out of 1 ...n.For example,Ifn= 4 andk=...
分类:
其他好文 时间:
2015-03-19 14:36:28
阅读次数:
115
问题来源:https://leetcode.com/problems/rotate-array//**
*
*
* ClassName RotateArray
*
*
* Description Rotate an array of n elements to the right by k steps.
*
* For example, with n =...
分类:
其他好文 时间:
2015-03-18 20:38:18
阅读次数:
108
Question:I'm working with INPA and NCS for some months. BMW INPA and NCS Expert work fine. Had no problems so far to code or read errors.Now that I wa...
分类:
其他好文 时间:
2015-03-18 19:58:30
阅读次数:
170
重启系统之后,DevStack的nova-computer, nova-network等等各项服务不会自动启动,需要自己写一个脚本来启动。
#this script is intented to restart your openstack built by devstack.
#Test CentOS+DevStack sucess
#if you have some problems wit...
分类:
其他好文 时间:
2015-03-18 16:04:09
阅读次数:
3719