Skip to content

This program creates a minimized DFA(using hopcroft algorithm) of the input regular expression. This is done by first converting the regular expression to NFA, then converting NFA to DFA and finally minimizing it.

License

Notifications You must be signed in to change notification settings

jainam1995/Regular-Expression-to-minimized-DFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular-Expression-to-minimized-DFA

This program creates a minimized DFA(using hopcroft algorithm) of the input regular expression. This is done by first converting the regular expression to NFA, then converting NFA to DFA and finally minimizing it.

Open the terminal. Type the command ./command.txt. Done.

About

This program creates a minimized DFA(using hopcroft algorithm) of the input regular expression. This is done by first converting the regular expression to NFA, then converting NFA to DFA and finally minimizing it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages