摘要: Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order. For example, Given the following matrix: 阅读全文
posted @ 2016-04-25 20:54 YuriFLAG 阅读(130) 评论(0) 推荐(0)
摘要: Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order. For example, Given n = 3, You should return the follow 阅读全文
posted @ 2016-04-25 19:37 YuriFLAG 阅读(114) 评论(0) 推荐(0)