
leetcode
文章平均质量分 68
bbbprefect
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
leetcode刷题:The string "PAYPALISHIRING"
题目描述: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….原创 2017-09-16 16:31:09 · 1542 阅读 · 0 评论 -
leetcode刷题(2)
Reverse digits of an integer.Example1: x = 123, return 321 Example2: x = -123, return -321Note: The input is assumed to be a 32-bit signed integer. Your function should return 0 when the reversed int原创 2017-09-18 21:07:26 · 402 阅读 · 0 评论