lambogeedeesh's blog

By lambogeedeesh, 9 years ago, In English

I am trying to implement Aho-Corasick on this problem in SPOJ: http://www.spoj.com/problems/SUB_PROB/

I am getting Wrong Answer with my code, but can't seem to figure out why. Here is a link to my code http://ideone.com/NUr1CX. Could someone help me out?

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it +3 Vote: I do not like it

What if the same query string occurs multiple times?