摘要: 原题链接在这里:https://leetcode.com/problems/number-of-longest-increasing-subsequence/description/ 题目: Given an unsorted array of integers, find the number o 阅读全文
posted @ 2017-09-16 11:14 Dylan_Java_NYC 阅读(740) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/longest-continuous-increasing-subsequence/ 题目: Given an unsorted array of integers, find the length of longest c 阅读全文
posted @ 2017-09-16 10:24 Dylan_Java_NYC 阅读(326) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/second-minimum-node-in-a-binary-tree/ 题目: Given a non-empty special binary tree consisting of nodes with the non 阅读全文
posted @ 2017-09-16 10:03 Dylan_Java_NYC 阅读(502) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/longest-harmonious-subsequence/description/ 题目: We define a harmonious array is an array where the difference be 阅读全文
posted @ 2017-09-16 09:51 Dylan_Java_NYC 阅读(163) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/set-mismatch/description/ 题目: The set S originally contains numbers from 1 to n. But unfortunately, due to the d 阅读全文
posted @ 2017-09-16 08:57 Dylan_Java_NYC 阅读(479) 评论(0) 推荐(0)