Completion requirements
View
Make a submission
Opened: Wednesday, 25 December 2024, 12:00 AM
Due: Thursday, 26 December 2024, 12:00 AM
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}