2. Construct a DFA that recognizes { w | w in {0, 1}* and w starts with 0 and ends with 11, or w starts with 1 and conta
Posted: Mon Jun 06, 2022 1:38 pm
2. Construct a DFA that recognizes { w | w in {0, 1}* and w starts with 0 and ends with 11, or w starts with 1 and contains 01 as a substring}.