| Issue 2: | Morris-Pratt String Matching |
‹ Prev
2 of 2
|
| 1 person starred this issue and may be notified of changes. | Back to list |
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 |