/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c...
分类:
其他好文 时间:
2015-01-07 13:09:24
阅读次数:
193
【题目】
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 elem...
分类:
其他好文 时间:
2015-01-05 22:01:41
阅读次数:
238
Stat2.2x Probability(概率)课程由加州大学伯克利分校(University of California, Berkeley)于2014年在edX平台讲授。PDF笔记下载(Academia.edu)ADDITIONAL PRACTICE FOR THE FINALPROBLEM 1...
分类:
其他好文 时间:
2015-01-01 10:04:32
阅读次数:
156
原题地址:https://oj.leetcode.com/problems/copy-list-with-random-pointer/题意:A linked list is given such that each node contains an additional random pointe...
分类:
编程语言 时间:
2014-12-31 08:40:56
阅读次数:
203
很久之前刷的CTCI的题目,都快忘记了,做个分类汇总,再重新好好复习一遍。
Chapter 1 | Arrays and Strings
1.1 Implement an algorithm to determine if a string has all unique characters. What if you can not use additional
data stru...
分类:
其他好文 时间:
2014-12-26 20:20:00
阅读次数:
452
A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.
Return a deep copy of the list.
利用hashMap存储,原始的node作为key,new的nod...
分类:
其他好文 时间:
2014-12-24 22:53:14
阅读次数:
187
代码实现
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
//使用图片初始化背景色
self.view.backgroundColor = [UIColor colorWithPat...
分类:
移动开发 时间:
2014-12-24 18:02:30
阅读次数:
139
显示error LNK1117:sytax error in option...解决办法从Properties --> Linker --> Command Line 中删掉Additional options(/SUBSYSTEM:WINDOWS%40QMAKE_SUBSYSTEM_SUFFIX%...
分类:
其他好文 时间:
2014-12-24 13:11:41
阅读次数:
150
Stat2.3x Inference(统计推断)课程由加州大学伯克利分校(University of California, Berkeley)于2014年在edX平台讲授。PDF笔记下载(Academia.edu)ADDITIONAL PRACTICE FOR THE FINALIn the fo...
分类:
其他好文 时间:
2014-12-24 06:24:20
阅读次数:
92
Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_m...
分类:
数据库 时间:
2014-12-19 17:19:13
阅读次数:
4284