项目作者: Solawhite

项目描述 :
1. Use Thompson algorithm to convert the regular expression to NFA 2. Use the subset construct to convert NFA to DFA 3. Minimize DFA to MFA 4. Use MFA to match strings
高级语言: Java
项目地址: git://github.com/Solawhite/RE2NFA2DFA2MFA.git
创建时间: 2019-06-10T03:21:33Z
项目社区:https://github.com/Solawhite/RE2NFA2DFA2MFA

开源协议:MIT License

下载