InterviewSolution
Saved Bookmarks
| 1. |
consider the following functions 1.Nullable(n) 2. firstpos(n) 3. priority(n) 4.followpos(n) which of the above conversion is not used in the conversion of regular expressions to DFA by direct method |
|
Answer» consider the following functions 1.Nullable(n) 2. firstpos(n) 3. PRIORITY(n) 4.followpos(n) which of the above conversion is not used in the conversion of REGULAR expressions to DFA by direct method |
|