MCS in length L(Maximum consecutive subsequence in length L)
Posted: Fri Nov 18, 2005 8:06 pm
Hello everyone~
It's easy to solve MCS in O(N) with array of lenth N
here is another similiar question
Find the MCS with length not greater than L in O(N) (not O(NL))
Does anyone the algorithms to solve it?
any information will be great~
Thank you very much~
It's easy to solve MCS in O(N) with array of lenth N
here is another similiar question
Find the MCS with length not greater than L in O(N) (not O(NL))
Does anyone the algorithms to solve it?
any information will be great~
Thank you very much~