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
A simple java program that takes a Regular Expression as input and converts that to a Deterministic Finite Automata. Then it takes another string as input and checks whether that string can be derived from that regular expression or not.