Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any programs to draw and test state machines, turing machines, etc? [closed]

When I go back to school after Thanksgiving, I'll be taking a course in CS Theory covering topics such as deterministic and nondeterministic finite state machines, turing machines, pushdown automata and a few other things. However, I haven't found a good application that can produce a visual representation of them as well as testing how they work (pass/fail, etc). The best that I've found so far is jFlap, and I'm finding it rather awkward.

like image 923
Thomas Owens Avatar asked Oct 13 '08 18:10

Thomas Owens


1 Answers

It was JFlap that I used in college. I didn't find it that awkward to use, but it looks like it may have changed since then. Sorry I don't have a better answer for you than that.

like image 109
Aaron Smith Avatar answered Sep 20 '22 16:09

Aaron Smith