Issue 2: Morris-Pratt String Matching
Project Member Reported by Dmitry.M...@gmail.com, Sep 26, 2009
Brief task description

1. Analysis
See details in http://www-igm.univ-mlv.fr/~lecroq/string/
node7.html#SECTION0070

2. Design
At the beginning, the prototype that even works with defined string and 
pattern.
Then, generalized solution, flexible enough for strings and different data 
types. Special attention should be done for ::std::vector as well.
3. Implementation notes
4. Testing notes