My traveling experienceTraveling makes my life to be colorful at the same time I become optimistic and learning to know about other people ideas. Cert...
分类:
其他好文 时间:
2015-01-31 12:03:28
阅读次数:
375
Challenge of WisdomTime Limit:2 Seconds Memory Limit:32768 KBBackground"Then, I want to know whether you're a wise boy!"Problem"I have a great deal of...
分类:
其他好文 时间:
2015-01-31 11:51:44
阅读次数:
529
Problem 1 : Is it a loop ? (判断链表是否有环?)Assume that wehave a head pointer to a link-list. Also assumethat we know the list is single-linked. Can you com...
分类:
编程语言 时间:
2015-01-30 20:53:04
阅读次数:
307
这是一篇译文,文中提及了一些不常见但是有用的Python库原文地址:http://blog.yhathq.com/posts/11-python-libraries-you-might-not-know.htmlPython的库多如牛毛。再见多识广的人也无法知晓全部。光PyPi的网站上就列出了超过4...
分类:
编程语言 时间:
2015-01-30 17:00:18
阅读次数:
356
#1094 : Lost in the City时间限制:10000ms单点时限:1000ms内存限制:256MB描述Little Hi gets lost in the city. He does not know where he is. He does not know which direc...
分类:
其他好文 时间:
2015-01-30 10:39:24
阅读次数:
225
原文来自于:http://www.techug.com/11-python-libraries-you-might-not-know目前,网上已有成千上万个Python包,但几乎没有人能够全部知道它们。单单PyPi上就有超过47000个包列表。现在,越来越多的数据科学家开始使用Python,虽然他们...
分类:
编程语言 时间:
2015-01-29 19:31:41
阅读次数:
194
This guide contains everything you need to know to distribute an app through the App Store or Mac App Store.这个guide包含了如何通过app stor或者mac app store来发布一个...
分类:
移动开发 时间:
2015-01-29 19:08:51
阅读次数:
286
题意:给一个长度不超过100000的奇数,要求交换任意两位上的数字,使它成为一个最大的偶数。
思路:字符串读入,记录下最后一位数上的奇数a,从前往后扫,找到第一个比a小的偶数,将它和a交换就是结果,若没有找到比a小的偶数,就将a和最后一个偶数交换。...
分类:
其他好文 时间:
2015-01-28 14:43:47
阅读次数:
152
B. Anton and currency you all know...
分类:
其他好文 时间:
2015-01-28 14:40:00
阅读次数:
182
题目: decimal systemTime Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3622 Accepted Submission(s): 1419 Problem DescriptionAs we know , we always use t...
分类:
其他好文 时间:
2015-01-28 13:08:25
阅读次数:
232