
python
文章平均质量分 68
一名路过的小码农啊
逆风的方向更适合飞翔,不怕万人阻挡,只怕自己投降
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
771. Jewels and Stones leetcode python
开启python刷题模式,用不惯leetcode。771. Jewels and StonesDescriptionHintsSubmissionsDiscussSolutionPick OneYou're given strings J representing the types of stones that are jewels, and S representing the stones ...原创 2018-03-10 17:12:36 · 447 阅读 · 0 评论 -
461. Hamming Distance
461. Hamming DistanceDescriptionHintsSubmissionsDiscussSolutionPick OneThe Hamming distance between two integers is the number of positions at which the corresponding bits are different.Given two inte...原创 2018-03-10 17:24:41 · 159 阅读 · 0 评论 -
657. Judge Route Circle python
657. Judge Route CircleDescriptionHintsSubmissionsDiscussSolutionPick OneInitially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means ...原创 2018-03-10 17:39:49 · 221 阅读 · 0 评论 -
617. Merge Two Binary Trees python leetcode
617. Merge Two Binary TreesDescriptionHintsSubmissionsDiscussSolutionPick OneGiven two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overla...原创 2018-03-10 17:47:12 · 580 阅读 · 0 评论 -
728. Self Dividing Numbers
728. Self Dividing NumbersDescriptionHintsSubmissionsDiscussSolutionPick OneA self-dividing number is a number that is divisible by every digit it contains.For example, 128 is a self-dividing number b...原创 2018-03-11 10:17:00 · 187 阅读 · 0 评论 -
561. Array Partition I
Given an array of 2n integers, your task is to group these integers into n pairs of integer, say (a1, b1), (a2, b2), ..., (an, bn) which makes sum of min(ai, bi) for all i from 1 to n as large as poss...原创 2018-03-11 10:59:26 · 212 阅读 · 0 评论