Skip to content

WalterJ726/NFA2DFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFA2DNFA

Regular Expression to NFA to DFA

  • Implemented Thompson's construction to transform regular expression to NFA

  • Converted NFA to DFA through Breath-First-Search(BFS) algorithm

  • Verified whether two given regular expressions are identical by checking the existence of shortest Path of $$ NFA1 - NFA2 $$

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages