Completion requirements
Opened: Saturday, 31 August 2024, 2:00 PM
Due: Saturday, 31 August 2024, 5:30 PM
Construct DFA for the following language. Consider Σ = {0,1} for every language.
- {w | the length of w is exactly 5}
- {w | the length of w is maximum 5}
- {w | the length of w is minimum 5}
- {w | w where |w| mod 4=0}
- {w | w where |w| mod 4=1}
- {w | w where |w| mod 4=2}
- {w | w where |w| mod 4=3}