码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
Problem Pascal's Triangle II
Problem Description:Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your alg...
分类:其他好文   时间:2014-07-07 15:47:17    阅读次数:272
Leetcode Multiply Strings
Given two numbers represented as strings, return multiplication of the numbers as a string.Note: The numbers can be arbitrarily large and are non-nega...
分类:其他好文   时间:2014-07-07 14:58:47    阅读次数:175
卓越网的kindle paperwhite
卓越网的kindle paperwhite, 899元的价钱,好吸引啊,我是不是也应该买一个呢,从卓越网中看见kindle paperwhite的1代开始,一直想买,等到现在的2代也出了,也继续在考虑,其实我已经有部红米note了,5.5寸的屏幕,究竟还是否还需要在卓越网购买多一部kindle pa...
分类:其他好文   时间:2014-07-03 11:58:14    阅读次数:186
sublime-text3 3059基本配置
1.下载安装官方版注册机语言包参考安装:http://www.xiumu.org/note/sublime-text-3.shtml2.插件Package ControlConvertToUTF8ConvertToUTF8把其它编码转换成UTF8编码,但在保存的时还是保存原来的那个编码。记事本的编码...
分类:其他好文   时间:2014-07-01 21:07:13    阅读次数:173
Linq---左外联查询
花了好半天才解决这个问题,终于在网上找到了答案,在此记录备份。参考连接:http://bbs.csdn.net/topics/390150047自己总结的如下:结构就不说了,最后大家自己下源码看下就好。Inner Join:Left outer Join:Note:1. join in 是inner...
分类:其他好文   时间:2014-07-01 19:34:43    阅读次数:259
Single Number
题目 Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it witho...
分类:其他好文   时间:2014-06-30 19:38:37    阅读次数:226
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...
分类:其他好文   时间:2014-06-30 19:23:18    阅读次数:200
Minimum Path Sum
题目 Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down...
分类:其他好文   时间:2014-06-30 11:10:34    阅读次数:211
LeetCode: Binary Tree Preorder Traversal [144]
【题目】 Given a binary tree, return the preorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3}, 1 2 / 3 return [1,2,3]. Note: Recursive solution is trivial, could you do it iteratively? 【题意】 非递归返回先序遍历...
分类:其他好文   时间:2014-06-30 06:21:18    阅读次数:334
leetCode: Single Number II [137]
【题目】 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 without using extra memory? 【题意】 给定一个整数以外,其中除了一个整数只出现一次以外...
分类:其他好文   时间:2014-06-29 22:52:35    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!