Computer Science, asked by Maryamnaseem384, 10 months ago

Explain the mechanism to determine if an input string belongs to the language given. Apply all steps on following regular expression.
1- (a|b|c)*ab*ab

Answers

Answered by Anonymous
1

Answer:

ab + c is equivalent to (ab) + c, not to a(b + c), which would denote a different ... 7.3 For Every Regular Expression, a Regular Language ... The third step requires a 1 in the input ...

plz follow me and mark as brainliest

Similar questions