A Simulator for a non-deterministic Push-Down Automaton
- by shake
Well, i need to make simulator for non-deterministic Push-Down Automaton.
Everything is okey, i know i need to do recursion or something similar. But i do not know how to make that function which would simulate automaton.
I got everything else under control, automaton generator, stack ...
I am doing it in java, so this is maybe only issue that…