Skip to content

Add feature to minimize the DFA #29

@SicroAtGit

Description

@SicroAtGit

Add a new function that creates a new DFA from the existing DFA that has been minimized to the states that are really needed.

For example, the RegEx ab|cb creates this DFA:

dfa

The minimized DFA would look like this:

minimized-dfa

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions