Home:ALL Converter>Multiple Push / pop in PDA

Multiple Push / pop in PDA

Ask Time:2020-02-12T17:05:04         Author:Piyush Sawarkar

Json Formatter

While designing Push Down Automata consider my inputs are {a,b} Now can I push multiple a's or multiple b's while scanning them...and then while popping can I pop multiple number of a's or multiple number of b's... OR is it the case that I can push/pop only one element at a time i.e. pushing single 'a' or single 'b' and also while popping out only single 'a' or single 'b'?

Author:Piyush Sawarkar,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/60184604/multiple-push-pop-in-pda
yy