树的蜿蜒型层次遍历 要求第一层从左向右,第二层从右向左...依次类推 和102题无本质区别,加一个翻转指示器即可 ...
分类:
其他好文 时间:
2019-04-13 17:36:52
阅读次数:
139
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 ...
分类:
其他好文 时间:
2019-04-04 10:01:03
阅读次数:
153
上面友链,下面日记 友人链 "最喜欢galgameの加藤聚聚" "初三一本&&$ACG$姿势比我还丰厚的yx巨巨" "天天切黑题&&更喜欢galgame的shadowice" "ZigZag胖胖" "文文wxw" "fsy" 大佬链(抄题解对象) "纳尔" "苏卿念" "attack" "yyb" ...
分类:
其他好文 时间:
2019-04-03 12:19:50
阅读次数:
138
1 #include <stdio.h> 2 #include <stdlib.h> 3 #include "SeqStack.h" 4 5 void conversion(int); 6 SeqStack seq; 7 int main() 8 { 9 int n; 10 scanf("%d",& ...
分类:
编程语言 时间:
2019-03-13 00:01:00
阅读次数:
266
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next level and ...
分类:
其他好文 时间:
2019-03-05 11:02:29
阅读次数:
198
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next level and ...
分类:
其他好文 时间:
2019-03-04 10:01:07
阅读次数:
157
每周一个 Algorithm,Review 一篇英文文章,总结一个工作中的技术 Tip,以及 Share 一个传递价值观的东西! Algorithm: 学习算法 题目:https://leetcode.com/problems/zigzag-conversion/ 解题过程: 刚开始没看懂什么意思, ...
分类:
编程语言 时间:
2019-02-11 15:34:51
阅读次数:
171
算法描述: Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next leve ...
分类:
其他好文 时间:
2019-02-03 10:27:16
阅读次数:
188
今天在db2中查询数据时出现错误: Overflow occurred during numeric data type conversion:SQLCODE=-413, SQLSTATE=22003, DRIVER=3.53.71 数字数据类型转换过程中出现溢出 select * from rpb ...
分类:
数据库 时间:
2019-01-28 17:38:20
阅读次数:
433
算法描述: 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 ...
分类:
其他好文 时间:
2019-01-27 16:36:03
阅读次数:
150