Re: [algogeeks] Rabin Karp

2010-04-20 Thread Black Diamond
http://stackoverflow.com/questions/711770/fast-implementation-of-rolling-hash Thanks & Regards BL/\CK_D!/\MOND On 4/20/2010 12:43 AM, siddharth srivastava wrote: Can anyone help out in implementing Rabin Karp Algorithm ? Thanks -- You received this message because you are subscribed to the Googl

[algogeeks] Rabin Karp

2010-04-19 Thread siddharth srivastava
Can anyone help out in implementing Rabin Karp Algorithm ? Thanks -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsub

[algogeeks] Rabin-Karp with 2dimensional arrays

2009-03-21 Thread sinan
Hi, I'm studying on this subject recently. Now I've implemented a java code which can consume two 2darrays which are a Text(nXn) array and a Pattern(mXm). For now, it translates the pattern to a number which is the sum of the numbers in the pattern, and looks for the corresponding value in the t