leetcode
weixin_42988124
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Leetcode: Single Number — Python
Leetcode: Single Number — PythonQuestionAnswernoteQuestionGiven a non-empty array of integers, every element appears twice except for one. Find that single one.Answerclass Solution(object): de...原创 2019-01-03 15:52:22 · 239 阅读 · 0 评论 -
Leetcode: Two Sum — python
leetcode questions — pythonQuestionAnswernotesQuestionGiven an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would ...原创 2019-01-03 13:40:30 · 198 阅读 · 0 评论 -
Leetcode: Hamming Distance — Python
Leetcode: Hamming Distance — PythonQuestionAnswernotesQuestionThe Hamming distance between two integers is the number of positions at which the corresponding bits are different.Given two integers x...原创 2019-01-03 14:56:45 · 278 阅读 · 0 评论 -
Leetcode: Drop Eggs — Python
Leetcode: Drop Eggs — PythonQuestionAnswernoteQuestionYou are given K eggs, and you have access to a building with N floors from 1 to N.Each egg is identical in function, and if an egg breaks, you ...原创 2019-01-08 22:04:44 · 380 阅读 · 0 评论
分享