码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
LeetCode 4 Median of Two Sorted Arrays
There are two sorted arraysnums1andnums2of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should...
分类:其他好文   时间:2015-06-11 22:38:31    阅读次数:109
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-06-11 16:12:11    阅读次数:104
Leetcode[4]-Median of Two Sorted Arrays
There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).思路:先将两个数组合并,然后排序,最后找中位数中位数:若有n...
分类:其他好文   时间:2015-06-11 14:45:57    阅读次数:90
hdu2852 KiKi's K-Number
Problem Description For the k-th number, we all should be very familiar with it. Of course,to kiki it is also simple. Now Kiki meets a very similar problem, kiki wants to design a container, the co...
分类:其他好文   时间:2015-06-11 14:41:25    阅读次数:107
hadoop配置文件: hdfs-site.xml, mapred-site.xml
dfs.name.dirDetermines where on the local filesystem the DFS name node should store the name table(fsimage). If this is a comma-delimited list of dir....
分类:其他好文   时间:2015-06-11 06:55:03    阅读次数:129
base64实现
C语言版本:#include /* aaaack but it's fast and const should make it shared text page. */static const unsigned char pr2six[256] ={ /* ASCII table */ ...
分类:其他好文   时间:2015-06-11 00:03:31    阅读次数:255
View Controller 生命周期的各个方法的用法
loadView;This is where subclasses should create their custom view hierarchy if they aren't using a nib. Should never be called directly.这是当他们没有正在使用nib...
分类:其他好文   时间:2015-06-10 20:57:00    阅读次数:174
VirtualBox共享文件夹等高级特性
转自: http://blog.csdn.net/longerzone/article/details/32119457http://www.oschina.net/translate/10-virtualbox-tricks-and-advanced-features-you-should-kno...
分类:其他好文   时间:2015-06-10 17:19:57    阅读次数:105
LeetCode 41:First Missing Positive Number
Given an unsorted integer array, find the first missing positive integer.For example,Given[1,2,0]return3,and[3,4,-1,1]return2.Your algorithm should ru...
分类:其他好文   时间:2015-06-10 15:39:47    阅读次数:95
Leetcode[21]-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.思路:要求合并两个排好序的链表。开始我们初始化头front和尾tail,然后从两个单链表的头部比较两个单链表,两链表同时...
分类:其他好文   时间:2015-06-10 14:11:34    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!