Skip to content

A c++ program to convert regular expression into Non-deterministic finite automata (NFA) using Thompson's construction.

Notifications You must be signed in to change notification settings

atulrulers/Regx_to_Nfa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Regx_to_Nfa

A c++ program to convert regular expression into Non-deterministic finite automata (NFA) using Thompson's construction. Further it is reduced to Detreminsitic finite automata (DFA) and there is a function which you can use to check various string belong to given regular expression or not.

Do make it better :)

PS :- Soon detail explanation of code will be uploaded.

About

A c++ program to convert regular expression into Non-deterministic finite automata (NFA) using Thompson's construction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages