Find longest increasing sequence

前端 未结 7 1266
感情败类
感情败类 2020-12-12 11:49

You are given a sequence of numbers and you need to find a longest increasing subsequence from the given input(not necessary continuous).

I found the link to this(Lo

7条回答
  •  自闭症患者
    2020-12-12 12:30

    One of the best explanation to this problem is given by MIT site. http://people.csail.mit.edu/bdean/6.046/dp/

    I hope it will clear all your doubts.

提交回复
热议问题