摘要: https://leetcode.com/problems/longest-increasing-subsequence/Given an unsorted array of integers, find the length of longest increasing subsequence.Fo... 阅读全文
posted @ 2015-11-13 14:23 流白 阅读(236) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/number-of-islands/Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounde... 阅读全文
posted @ 2015-11-13 14:01 流白 阅读(244) 评论(0) 推荐(0) 编辑