Python解答一 O(n^3) 时间复杂度不符合要求, 暴力美还是很直观:
"""
Programmer : EOF
Date : 2015.04.11
File : 3sum.py
E-mail : jasonleaster@gmail.com
Description :
This is the first versi...
分类:
其他好文 时间:
2015-04-13 09:47:31
阅读次数:
169
只要做过之前的那个Integer To Roman, 这个就不会很难啦~ 掌握转换规律, 建个table就OK了
"""
Programmer : EOF
Date : 2015.04.11
File : rti.py
E-mail : jasonleaster@gmail.com
"""
class Solution:
# @r...
分类:
其他好文 时间:
2015-04-11 19:32:28
阅读次数:
283
Background背景C++ is the main development language used by many of Google's open-source projects. As every C++ programmer knows, the language has many p...
分类:
编程语言 时间:
2015-04-11 17:42:42
阅读次数:
163
Requirement: --------------------- * You **MUST** have excellent communication skills in English (both verbal and oral) * Real talent programmer (make sure you understand word **talent**) * Solid e...
分类:
编程语言 时间:
2015-04-11 07:50:16
阅读次数:
133
有点意思~ 只要相应的处理好对于 4 和 9 这两种特殊情况就好了.其他都是简单的加法
好吧, 老老实实贴出我的解答, 好丑... 不够简洁.. 可以看皓神的解答...
Python:
"""
Programmer : EOF
Date : 2015.04.10
File : itr.py
E-mail : ja...
分类:
其他好文 时间:
2015-04-10 17:51:21
阅读次数:
118
STL 源码分析 # stl_pair #
pair是一种很简单也很常用的关联容器(associative container).
/***********************************************
Programmer : EOF
Date : 2015.04.10
File : pair.cpp
E-mail : jaso...
分类:
其他好文 时间:
2015-04-10 15:32:52
阅读次数:
160
Which EDC17 Reader works well for a good price?BDM100, FGTECH 54, MPPS v16, kessv2.06 or any other tools/ solution is optional?Let’s hear from some ex...
分类:
其他好文 时间:
2015-04-10 10:51:12
阅读次数:
155
STL 源码分析 # stl_number #
/***********************************************************
Programmer : EOF
e-mail : jasonleaster@gmail.com
Date : 2015.04.04
File : 6number.cpp
********************...
分类:
其他好文 时间:
2015-04-09 19:58:47
阅读次数:
153
LeetCode #Valid Palindrome#
我的Python解答:
"""
Programmer : EOF
e-mail : jasonleaster@gmail.com
Date : 2015.04.07
File : vp.py
"""
import string
...
分类:
其他好文 时间:
2015-04-07 17:49:59
阅读次数:
99
LeetCode #Palindrome Number#
又是个软柿子啊...(主要是今天不知道在哪儿看到一个回文的题目了,然后就特地去LeetCode找了一下,还真有,一次性AC的感觉简直不能再爽)
我的Python版本解答:
"""
Programmer : EOF
E-mail : jasonleaster@gmail.com...
分类:
其他好文 时间:
2015-04-07 00:46:13
阅读次数:
203