Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 160 Bytes

File metadata and controls

2 lines (2 loc) · 160 Bytes

Regular-Expression-to-NFA-to-DFA

Converts a given regular expression into a NFA(Thompson's construction) then converts that NFA to a DFA(Subset construction)