摘要: 最近对Python是异常喜爱,看完了Vamei大神的python快速教程(看到标准库不想看了),做了一些leetCode题目熟悉了一下基本语法,然后准备用Scarpy爬网页,然后用collaborate filler算法做一个电影推荐系统。昨天学了一天Scarpy,今天本来准备继续学,发现一门U... 阅读全文
posted @ 2014-12-10 18:13 轻疯~ 阅读(2788) 评论(0) 推荐(0) 编辑
摘要: 题目网址:https://oj.leetcode.com/problems/add-two-numbers/题目描述:You are given two linked lists representing two non-negative numbers. The digits are stored... 阅读全文
posted @ 2014-12-06 20:00 轻疯~ 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 题目网址:https://oj.leetcode.com/problems/single-number/题目描述:Given an array of integers, every element appears twice except for one. Find that single one.... 阅读全文
posted @ 2014-12-05 21:30 轻疯~ 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 今天查if-else的时候发现了下面这篇文章,2、3之前都没见过,4花了一段时间才看明白(Tips:short circuit)Python中if-else语句的多种写法1.常规ifa>b:c=aelse:c=b2.表达式c=aifa>belseb3.二维列表c=[b,a][a>b]4.传说是源自某... 阅读全文
posted @ 2014-12-04 12:22 轻疯~ 阅读(854) 评论(0) 推荐(0) 编辑
摘要: 题目网址:https://oj.leetcode.com/problems/two-sum/题目描述:Given an array of integers, find two numbers such that they add up to a specific target number.The ... 阅读全文
posted @ 2014-12-03 12:41 轻疯~ 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 1每天LeetCode AC(Python/JAVA)一道题,并写解题报告2学习设计模式/python 并总结3每天找一段英文材料进行模仿,查单词并录音4每天练习黑怕律动、基础5每天练习B-Box6完成上述5条之后奖励自己一下~以上 阅读全文
posted @ 2014-12-03 11:33 轻疯~ 阅读(115) 评论(0) 推荐(0) 编辑