You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Given input - a regular expression, and test cases.
Tells whether the string is accepted by the regular expression or not.
Checks this by constructing a NFA, and also by constructing a CNF