摘要: /** * Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump length at that position. Deter... 阅读全文
posted @ 2017-07-05 16:39 stAr_1 阅读(2126) 评论(0) 推荐(1) 编辑
摘要: import java.util.ArrayList; import java.util.List; /** * 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 follow... 阅读全文
posted @ 2017-07-05 11:30 stAr_1 阅读(364) 评论(0) 推荐(0) 编辑