
LeetCode
文章平均质量分 80
Captain_J
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[ LeetCode ] - 136. Single Number 解答
原题目: Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without原创 2016-09-20 16:57:55 · 400 阅读 · 0 评论 -
[ LeetCode ]- ZigZag Conversion 解答
原题目: 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原创 2016-09-17 16:58:50 · 343 阅读 · 0 评论