Page 1 of 1

Convert this CFG to PDA. S -> ABCDE A-> 11 | 00 B -> 1B | 0B | e C -> 101 | 111 | 01 D -> 0D | 0 E -> 1E | 1 F -> 1 | 0

Posted: Sat Jul 09, 2022 11:48 am
by answerhappygod
Convert this CFG to PDA.
S -> ABCDEA-> 11 | 00B -> 1B | 0B | eC -> 101 | 111 | 01D -> 0D | 0 E -> 1E | 1F -> 1 | 0 | 11