How can I create an automaton for searching pattern P="abaabba" with alphabet {a,b} ?

link|improve this question
What language? What problem are you trying to solve? Can you give us some more context? – pajton Apr 11 '11 at 20:32
feedback

1 Answer

Use regular expressions to match that pattern in some input strings.

link|improve this answer
Could you please show me a sample ? – Omer CodeMaster Apr 12 '11 at 12:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.