码迷,mamicode.com
首页 >  
搜索关键字:programmer dvorak    ( 500个结果
LeetCode # Longest Common Prefix #
我的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
LeetCode # Add Two Numbers #
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
LeetCode # ZigZag Conversion #
我的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
LeetCode # 3Sum #
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
LeetCode #Roman To Integer#
只要做过之前的那个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
谷歌C++风格指南之通俗译文(译文保留版权,勿转载)
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
Hunting for top class Java developers
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
LeetCode #Integer to Roman#
有点意思~ 只要相应的处理好对于 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 #
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
500条   上一页 1 ... 34 35 36 37 38 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!