码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
[Leetcode]Merge Two Sorted Lists
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.一直没想出原址排序...
分类:其他好文   时间:2015-03-16 00:50:25    阅读次数:215
leedcode 191 Hamming Weight
191.For example, the 32-bit integer ’11' has binary representation00000000000000000000000000001011, so the function should return 3.Java codeint hammi...
分类:其他好文   时间:2015-03-15 22:52:06    阅读次数:123
LeetCode 1:two sum
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:其他好文   时间:2015-03-15 19:48:26    阅读次数:128
uva 10192 Vacation(最长公共子序列)
uva 10192 VacationThe ProblemYou are planning to take some rest and to go out on vacation, but you really don’t know which cities you should visit. So, you ask your parents for help. Your mother says “...
分类:其他好文   时间:2015-03-15 15:21:52    阅读次数:197
Median of Two Sorted Arrays [hard]
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:其他好文   时间:2015-03-15 12:13:53    阅读次数:112
LeetCode --- 59. Spiral Matrix II
题目链接:Spiral Matrix II Given an integer n, generate a square matrix filled with elements from 1 to n^2 in spiral order. For example, Given n = 3, You should return the following matrix: [ [ 1,...
分类:其他好文   时间:2015-03-15 00:52:27    阅读次数:386
[Leetcode]Populating Next Right Pointers in Each Node
Populate each next pointer to point to its next right node. If there is no next right node, the next pointer should be set toNULL.Initially, all next ...
分类:其他好文   时间:2015-03-15 00:28:29    阅读次数:141
Median of Two Sorted Arrays
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:其他好文   时间:2015-03-14 21:40:42    阅读次数:134
Win8.1更新之后没法启动,如何修复?
1、问题 今天开笔记本的时候,发现电脑没法启动,屏幕显示“Recovery Your PC needs to be repaired...”。具体内容见下图: 2、解决办法 2.1 用U盘制作启动盘 于是,想到应该是系统更新之后,崩溃了。按照提示应该用一个系统盘修复下,又没有别的办法,只好照做,找了一个win8.1 64位的iso镜像,用ultraiso打开该镜像,然后选择写入硬盘...
分类:Windows程序   时间:2015-03-14 18:39:42    阅读次数:232
Android SDK最小需求
As a minimum when setting up the Android SDK, you should download the latest tools and Android platform:Open the Tools directory and select:Android SD...
分类:移动开发   时间:2015-03-14 18:11:57    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!