码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
How to compile pycrypto 2.4.1 (python 3.2.2 for Windows 7 x64)
How to compile pycrypto 2.4.1 (python 3.2.2 for Windows 7x64)Nov 10Posted byaleskThis note is a variation ofnotethat talks about compiling cx_Oracle m...
分类:编程语言   时间:2015-02-08 15:21:33    阅读次数:182
[LeetCode]172.Factorial Trailing Zeroes
Given an integer n, return the number of trailing zeroes in n!.Note: Your solution should be in logarithmic time complexity....
分类:其他好文   时间:2015-02-07 21:45:08    阅读次数:273
LeetCode 049 Anagrams
题目要求:AnagramsGiven an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.分析:参考网址:http://www.cnblo...
分类:其他好文   时间:2015-02-07 21:40:29    阅读次数:212
LeetCode 043 Multiply Strings
题目要求:Multiply StringsGiven two numbers represented as strings, return multiplication of the numbers as a string.Note: The numbers can be arbitrarily l...
分类:其他好文   时间:2015-02-07 21:40:04    阅读次数:162
LeetCode-3SUM(数组中三数之和为0)
Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero. Note: Elements in a triplet (a,b,c...
分类:编程语言   时间:2015-02-07 17:34:00    阅读次数:203
hihoCoder - 1103 - Colorful Lecture Note (栈~~)
#1103 : Colorful Lecture Note 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Little Hi is writing an algorithm lecture note for Little Ho. To make the note more comprehensible, Little...
分类:其他好文   时间:2015-02-07 09:10:05    阅读次数:149
[LeetCode]58.Length of Last Word
Given a string s consists of upper/lower-case alphabets and empty space characters ’ ‘, return the length of last word in the string.If the last word does not exist, return 0.Note: A word is defined...
分类:其他好文   时间:2015-02-06 18:53:14    阅读次数:146
PEP8 Python 编码规范整理--转自豆瓣
http://www.douban.com/note/134971609/PEP8 Python 编码规范一 代码编排1 缩进。4个空格的缩进(编辑器都可以完成此功能),不使用Tap,更不能混合使用Tap和空格。2 每行最大长度79,换行可以使用反斜杠,最好使用圆括号。换行点要在操作符的后边敲回车。...
分类:编程语言   时间:2015-02-06 18:11:15    阅读次数:228
[leetcode] Recover Binary Search Tree
Recover Binary Search TreeTwo elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A sol...
分类:其他好文   时间:2015-02-06 14:38:31    阅读次数:133
[LeetCode]119.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 only O(k) extra space?...
分类:其他好文   时间:2015-02-06 13:15:11    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!