Next:
Up:
Previous:
String Matching FA
1.
Compute FA accepting P (m+1 states)
2.
Run FA with input string T, printing shift whenever accepting state is reached.
Example
P = yoyo, m=4
T = spin your yoyo
= {i, n, o, p, r, s, u, y}
Let X =
- {y, o}
Next:
Up:
Previous: