摘要: 原题链接在这里:https://leetcode.com/problems/spiral-matrix-ii/ 题目: Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral o 阅读全文
posted @ 2015-09-26 04:12 Dylan_Java_NYC 阅读(397) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/spiral-matrix/ 题目: Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in sp 阅读全文
posted @ 2015-09-26 03:00 Dylan_Java_NYC 阅读(363) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/first-bad-version/ 题目: You are a product manager and currently leading a team to develop a new product. Unfortun 阅读全文
posted @ 2015-09-26 02:06 Dylan_Java_NYC 阅读(283) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/container-with-most-water/ 题目: Given n non-negative integers a1, a2, ..., an , where each represents a point at 阅读全文
posted @ 2015-09-26 01:47 Dylan_Java_NYC 阅读(271) 评论(0) 推荐(0)