Computer Science, asked by murtazahassan425, 9 months ago

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 shahidul07
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