bambhole11's blog

By bambhole11, history, 4 years ago, In English

I am trying to solve SAMER08D — DNA Sequences .

For testcase
IP=[k=2,X="uxdnvxvnb",Y="cjhdnhvwa"]
MyOP=[3("dnv")]
AcOP =[2]

i am not able to figure out why 2 is correct ans?? can anyone please help??

MyCode

AcCode

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

The problem statement says :-

Spoiler

For your test case in second string Y="cjhdnhvwa" character v is a segment of length < K. So the answer will only include "dn" and hence the correct output is 2.