
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Solutions to problem 4 of cs 4510: automata and complexity, which involves giving regular expressions for certain languages. It also includes a proof that an exponential blowup is necessary when converting an nfa to an equivalent dfa in the worst case.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

The procedure for converting an NFA to an equivalent DFA given in class yields an exponential blowup in the number of states. That is, if the original NFA has n states, then the resulting DFA has 2n^ states. In this problem, you will show that such an exponential blowup is necessary in the worst case.
Define Ln = {w : The nth symbol from the right is 1}.