Which of the following suffices to convert an arbitrary CFG to an LL(1) grammar?
(a) Removing left recursion only
(b) Factoring the grammar alone
(c) Factoring & left recursion removal
(d) None of the mentioned
The question was posed to me in an online quiz.
This intriguing question originated from Top-Down Parsing in section Topdown Parsing of Compiler