Блог пользователя bambhole11

Автор bambhole11, история, 4 года назад, По-английски

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

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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.