Explain the machanism to determine if an input string belong to the language given apply all steps on following regular expression
(a|b|c)*ab*ab
Answers
Answered by
0
Explanation:
String belongs to the language given. Apply all steps on following regular expression. 1- (a|b|c)*ab*ab 2- ab(a|b| c).
Similar questions