Input | Output |
---|---|
<image 1> What does the above NFA recognize. Write your answer in regular expression. (A) aa*|bb* (B) a*|bb* (C) aa*|b* (D) a*|b* Answer with the option's letter from the given choices directly. No punctuation. | (M) aM*|bbP Expected Answer: A Difficulty: Medium Subfield: Compiler Principle |
<image 1> What does the above NFA recognize. Write your answer in regular expression. (A) aa*|bb* (B) a*|bb* (C) aa*|b* (D) a*|b* Answer with the option's letter from the given choices directly. No punctuation. | (D) Expected Answer: A Difficulty: Medium Subfield: Compiler Principle |
Rows per page