String Searching Algorithm
There are always those situations, when all of us are faced with the problem of finding a substring inside a string, or string in a text, or a set of pattern strings on a text (whatever flavour you like). Being this a common “problem” chances are your language of choice already has a very good implementation that you can use. But, it might be the case, that you really have to implement it yourself or you just want to understand how such a thing might work....