monvural All American 558 Posts user info edit post |
I'm having a really tough time getting from NFA to DFA in problem 1.13. Has anyone who is still awake been able to solve this problem?
Anyone who can help who isn't in the class, the problem asks that we design a 5 state DFA that is the language with no odd number of characters between 2 1s. It first asks us to do a 4 state NFA which is the complement, and then turn that into the 5 state DFA. Any thoughts?
Right now, I have:
qo -(1)-> q1 -(1)-> odd | (0) | ^ even
1,0 once in even odd moves one back and forth. 1, 0 stays in odd, 1 stays in even. Thanks 2/7/2006 12:58:25 AM |