Tagged Questions

0
votes
0answers
279 views

Pushdown automaton branches

I'm asked to write a pushdown automaton program using java?I'm up to the simulation part. My pda is non deterministic.I need to set time limit for computation as it might go to one branch forever.This ...