Page 1 of 1

What is the PDA and CFG of the following Regular Expressions? 1. ( a + b ) ( a + b )* ( aa + bb ) ( ab + ba ) ( a + b )*

Posted: Fri Jul 08, 2022 6:35 am
by answerhappygod
What is the PDA and CFG of the following RegularExpressions?1. ( a + b ) ( a + b )* ( aa + bb ) ( ab + ba ) ( a + b )* ( aba +baa ) 2. ( 11 + 00 )( 1 + 0 )*( 101 + 111 + 01 )( 00* + 11* )( 1 + 0 + 11)