https://leetcode.com/problems/zigzag-conversion/ 水题,最近开始学java框架了,必须要学好啊 ...
分类:
其他好文 时间:
2016-05-13 14:16:54
阅读次数:
111
1、ZigZag Conversion——这是leedcode的第六题:
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 l...
分类:
其他好文 时间:
2016-05-12 18:59:13
阅读次数:
124
topcode链接:
https://community.topcoder.com/statc=problem_statement&pm=1259&rd=4493
problem:A sequence of numbers is called a zig-zag sequence if the differences between successive numbers strictly alt...
分类:
其他好文 时间:
2016-05-12 16:14:33
阅读次数:
170
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 ...
分类:
其他好文 时间:
2016-05-11 21:30:22
阅读次数:
303
https://leetcode.com/problems/reverse-integer/ Reverse Integer 123 得 321 , -123 得 -321 , 溢出得 0 . 正在解zigzag convert , 这个题目评价是easy, 怎么我感觉好难,这个周末有时间去解解看. ...
分类:
其他好文 时间:
2016-05-07 00:56:06
阅读次数:
105
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 ...
分类:
其他好文 时间:
2016-05-03 07:05:28
阅读次数:
129
题目输入矩阵规模N,输出zigzag矩阵。
zigzag顺序为下图所示
输入
5
输出
0 1 5 6 14
2 4 7 13 15
3 8 12 16 21
9 11 17 20 22
10 18 19 23 24...
分类:
其他好文 时间:
2016-04-22 19:40:18
阅读次数:
141
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 ...
分类:
其他好文 时间:
2016-04-16 15:26:12
阅读次数:
106
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 ...
分类:
其他好文 时间:
2016-04-07 08:23:58
阅读次数:
131