cdietschrun
CAGiversary!
- Feedback
- 17 (100%)
What does this mean?
"Considering the language L: strings over {a,b} such that they contain even number (including 0) of a's. Write a regular expression corresponding to L."
This is part of a practice exam for a final for a computing class. We worked with regular expressions in such a tiny amount that this Q confuses me. I'm aware of regular expressions like ( something ) ? | (something_else)* | (something_else_yet)+ meaning how many times they expect to see one of those..zero or more or 1 or more...
Can anyone shed light on this q?
"Considering the language L: strings over {a,b} such that they contain even number (including 0) of a's. Write a regular expression corresponding to L."
This is part of a practice exam for a final for a computing class. We worked with regular expressions in such a tiny amount that this Q confuses me. I'm aware of regular expressions like ( something ) ? | (something_else)* | (something_else_yet)+ meaning how many times they expect to see one of those..zero or more or 1 or more...
Can anyone shed light on this q?