Construct Predictive Parser for the following grammar:
S -> iCtS/iCtSeS/a
C -> b
Find whether the grammar is LL(1) or not?
solve the above question and also draw table using grammer to check LL(1) or not