Leetcode解题记录

Posted 执念saying

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Leetcode解题记录相关的知识,希望对你有一定的参考价值。

尽量抽空刷LeetCode,持续更新

刷题记录在github上面,https://github.com/Zering/LeetCode

 

2016-09-05

300. Longest Increasing Subsequence

问题:https://leetcode.com/problems/longest-increasing-subsequence/

分析:http://zering.me/2016/09/02/Longest-Increasing-Subsequence/

源码:https://github.com/Zering/LeetCode/blob/master/src/main/java/com/algorithm/LongestIncreasingSubsequence.java

以上是关于Leetcode解题记录的主要内容,如果未能解决你的问题,请参考以下文章

leetcode-334 Increasing Triplet Subsequence 解题记录

Leetcode解题记录

LeetCode笔记:Weekly Contest 244 比赛记录

LeetCode笔记:Biweekly Contest 53 比赛记录

LeetCode笔记:Weekly Contest 246 比赛记录

LeetCode笔记:Weekly Contest 243 比赛记录