Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于如何将正则表达式转换为自动机的问题?我听说过 Gluskov 算法,但我找不到关于它的正确文档。
示例:我有一个正则表达式(a*|b*) U (a*a|c*)*,我想用一个简单的算法在自动机中进行转换。
(a*|b*) U (a*a|c*)*
请帮我