Greetings!
I was looking through this Rabin-Karp algorithm code. Everything is fairly clear to me, except those "-48" numbers (lines 13, 14 and 25)...
So I was just wondering if anyone could explain, why are they used for? (maybe for string to int transformation?). Can you please explain it with example?
Thank you!