ALGORITHM to simulate any Deterministic Pushdown Automata (DPDA) -
how write program can model deterministic pushdown automata (dpda) user should enter number of states, transition functions, input symbols program should model pda requested , test acceptance or rejection of random strings entered user
this have done far in c++ -i have collected number of states, input symbols, , input symbols -i on transition function cant seem go further because cannot conceptualize modelling dpda
Comments
Post a Comment