jflap

Where can I find sample automata and turing machines?

I'm studying for an automata test on a course that's heavily based on jflap. Trouble is we don't have much documentation and the sample automata that I've found on jlap like this and this, are insufficient to prepare for the upcoming test. Where can I find more? Any other resource with sample turing machines shown as graphs with transi...

Determinant Finite Automata (JFLAP)

Hello all, I have a DFA question (Determinant Finite Automata) . We are using JFLAP to construct the automata. I cannot figure this question out to save my life! Here it is "DFA to recognize the language of all strings that have an even number of zeros and an odd number of ones." So the alphabet is {0,1} and only using 0,1. So I ...