CSC 645 - Compiler Construction
Dr. R. M. Siegfried
Assignments #1 - Regular Expressions and Finite Automata
Due Monday, February 13, 2023
- Specify the finite automata that accepts the following regular expressions:
- a(ab)* + cb*cb
- ab*c + (cd + e)*
- Write the regular expressions that are accepted by the following finite
automata
[Back to the Assignments Index]