Google Interview Question

I had to implement a fast multi-pattern string matching algorithm using the minimum memory and time.

Interview Answer

Anonymous

Jul 26, 2013

Rabin-Karp should do the needfull .