Skip to content
EM Notebook
Search
Main Navigation
Home
About
Elecmonkey的小花园
Edev.uno
Appearance
Menu
Return to top
目录
实验:DFA 最小化 (Hopcroft 算法)
输入正则表达式,先生成 DFA,然后演示使用
Hopcroft 算法 (划分等价类)
进行最小化的过程。
Regular Expression:
Direction: Left to Right
Mode: Standard (Thompson)
Supports:
( )
,
|
(union),
*
(closure), concatenation (implicit).