摘要: An image is represented by a 2-D array of integers, each integer representing the pixel value of the image (from 0 to 65535). Given a coordinate (sr, 阅读全文
posted @ 2017-11-28 17:55 Zzz...y 阅读(319) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level). For example: 问题比较明显,就是按层数从左往右输出每 阅读全文
posted @ 2017-11-28 17:29 Zzz...y 阅读(130) 评论(0) 推荐(0) 编辑