Question
Based on the FA you already designed, your next task is to extend it to a Pushdown Automaton (PDA) which can recognise arithmetic expressions with brackets. All brackets must be paired up correctly. Multiplication operator can't be omitted. Please try to optimise your solution, that is to minimise the total number of s
Question image 1Question image 2