摘要: 原题链接在这里:https://leetcode.com/problems/game-of-life/ 题目: According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellu 阅读全文
posted @ 2015-10-11 10:02 Dylan_Java_NYC 阅读(710) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/set-matrix-zeroes/ 题目: Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in-pl 阅读全文
posted @ 2015-10-11 08:06 Dylan_Java_NYC 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/minimum-size-subarray-sum/ 题目: Given an array of n positive integers and a positive integer s, find the minimal 阅读全文
posted @ 2015-10-11 06:51 Dylan_Java_NYC 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/course-schedule-ii/ 题目: There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses m 阅读全文
posted @ 2015-10-11 04:56 Dylan_Java_NYC 阅读(297) 评论(0) 推荐(0) 编辑