

InterviewSolution
Saved Bookmarks
1. |
Which of the following cannot be used to decide whether and how a given regexp matches a string:(a) NFA to DFA(b) Lazy DFA algorithm(c) Backtracking(d) None of the mentionedI had been asked this question during an interview.Question is taken from Converting Regular Expressions to Automata topic in division Regular Expressions and Languages of Automata Theory |
Answer» The CORRECT option is (d) None of the mentioned |
|