Content deleted Content added
→Superstring: k and s_i are never used; omitting them |
Tags: Mobile edit Mobile web edit |
||
Line 9:
== Substring ==
A substring (or factor) of a string <math>T = t_1 \dots t_n</math> is a string <math>\hat T = t_{1+i} \dots t_{m+i}</math>, where <math>0 \leq i</math> and <
Example: The string <code>ana</code> is equal to substrings (and subsequences) of <code>banana</code> at two different offsets:
|