Tuesday, June 9, 2015

Dynamic programming: longest increasing subsequence

Took a break from Leetcode questions, and then, watched the video in the evening of April 27, 2015; and there is a short lecture about the question: find a longest increasing subsequence; 问题讨论非常好, 这是一个图的问题, 倒是让我吃惊, 原来, 一个问题, 听专家一讲, 赶紧做回粉丝.
Here is the website (around 37minutes):
And then, I plan to study the question and practice it using C# code.
Another website to read:
Reading time, catch up more from this website:
Need to write C# code and get the idea how difficult the problem is.

Sept. 6, 2016
https://www.hackerrank.com/challenges/longest-increasing-subsequent

No comments:

Post a Comment