自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 [Leetcode] Container With Most Water Python

Given n non-negative integers a1, a2, …, an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find two lin

2016-12-04 02:41:32 201

原创 [Leetcode] ZigZag Conversion @Python

The string “PAYPALISHIRING” is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)P A H N A P L S I I G Y

2016-12-01 23:53:02 204

原创 [Leetcode] Longest Substring Without Repeating Characters Python

Given a string, find the length of the longest substring without repeating characters.Examples:Given “abcabcbb”, the answer is “abc”, which the length is 3.Given “bbbbb”, the answer is “b”, with the le

2016-11-20 18:41:42 227

原创 [Leetcode] Add Two Numbers Python

You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linke

2016-11-19 15:44:17 203

原创 我的爬虫不归路(一)

我的爬虫不归路By 月明光 27/08/2016 学习python爬虫已经有一段时间了,一直没来得及整理下头绪,趁着夜深人静,正好梳理梳理。几个月前,自己对于网络爬虫是一无所知,促使自己去了解爬虫来源于对每天不停的鼠标查询的厌倦,我要一种新的信息获取方式,我要屏蔽满屏的广告,我要呈现在我眼前的就是我想要的信息,而不是被加了各种全家桶的无用信息。 其实对于我们每一个个体,经过这么多年在

2016-08-27 18:59:16 796

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除