码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
leetcode -- Merge Sorted Array
过去已无法改变,未来又难以琢磨,我们只能把握当下[问题描述]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 ...
分类:其他好文   时间:2014-08-15 21:02:49    阅读次数:165
leetcode 之 Recover Binary Search Tree
Recover Binary Search Tree Two elements of a binary search tree (BST) are swapped by mistake. Recover the tree without changing its structure. Note: A solution using O(n) space is pretty s...
分类:其他好文   时间:2014-08-15 19:39:39    阅读次数:222
LeetCode (1) Merge Sorted Array
题目: 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 to hold additional elements from B. The number of elements initia...
分类:其他好文   时间:2014-08-15 18:00:09    阅读次数:194
[LeetCode] Subsets (bfs的vector实现)
Given a set of distinct integers, S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not c...
分类:其他好文   时间:2014-08-15 17:18:39    阅读次数:177
【Leetcode长征系列】Single Number II
原题: Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it withou...
分类:其他好文   时间:2014-08-15 14:46:48    阅读次数:207
UNIX网络编程(第三版 ) 测试代码 7.2
头文件 #ifndef?UNP_H_ #define?UNP_H_ /** ?*?@file?unp.h? ?*?@brief??global?structure?for?unp ?*?@author?mhw ?*?@copyright?galaxywind ?*?@date?2013/11/06 ?*?@note ?*????...
分类:其他好文   时间:2014-08-15 13:03:19    阅读次数:193
命令行下Android应用开发
本文介绍如何创建你的第一个Android应用程序。您将学到如何创建一个Android工程和运行可调试版本的应用程序。   开始本文学习之前,确保你已经安装了开发环境。你需要: 1、下载AndroidSDK。 2、使用SDKManager下载最新的SDK tools和platforms。 3、下载安装Ant。 Note:对于1和2,也可以直接下载安装ADT Bundle。     ...
分类:移动开发   时间:2014-08-15 10:45:58    阅读次数:274
jQueryInAction Reading Note 7.
jQuery插件命名规则jquery.pluginName.jspluginName指代的是插件的名称,如voctrals,tlaliu或者更有意义的名称。简化jQuery函数的参数列表如果有一个函数有多个参数,但是并不是每一个参数都是必须的,可以把必须的参数放到前面,不必须的参数包装成一个obje...
分类:Web程序   时间:2014-08-15 01:13:26    阅读次数:286
Pascal's Triangle II
Given an index k, return the kth row of the Pascal's triangle.For example, given k = 3,Return [1,3,3,1].Note:Could you optimize your algorithm to use ...
分类:其他好文   时间:2014-08-14 23:44:26    阅读次数:323
OCP读书笔记(26) - 题库(ExamF)
501.Note the output of the following query;SQL> SELECT flashback_archieve_name, status FROM dba_flashback_archieve;FLASHBACK_ARCHIEVE_NAME STATUSFLA1Y...
分类:其他好文   时间:2014-08-14 23:28:16    阅读次数:527
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!