我的Python 解答:
"""
Programmer : EOF
Date : 2015.04.15
File : lcp.py
E-mail : jasonleaster@gmail.com
"""
"""
Varible Description:
@ret_string : We store the string...
分类:
其他好文 时间:
2015-04-15 17:13:05
阅读次数:
152
Python(我一直不能忍受我的解答不够简短QAQ):
"""
Programmer : EOF
Date : 2015.04.14
File : atn.py
E-mail : jasonleaster@gmail.com
"""
# Definition for singly-linked list.
class ListN...
分类:
其他好文 时间:
2015-04-15 01:02:39
阅读次数:
240
我的Python解答:
"""
Programmer : EOF
Date : 2015.04.14
File : zigzag.py
E-mail : jasonleaster@gmail.com
"""
class Solution:
def convert(self, s, nRows):
leng...
分类:
其他好文 时间:
2015-04-14 18:02:44
阅读次数:
160
摘要:做一名禅修程序员意味着什么?那意味着,你要持守我从禅宗 习得的10条戒律,它们与计算机程序员的现代世界息息相关。 查看英文原文:The 10 rules of a Zen programmer 早晨,外面下着雨,我发觉自己正坐在办公桌上琢磨有关高效率工作(efficient working.....
分类:
其他好文 时间:
2015-04-13 18:02:09
阅读次数:
155
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