Skip to content

Implemented the webapp that converts a NFA/eNFA to the equivalent DFA.#64

Open
Alessandro-car wants to merge 2 commits into
izuzak:masterfrom
Alessandro-car:nfa2dfa/issue-54
Open

Implemented the webapp that converts a NFA/eNFA to the equivalent DFA.#64
Alessandro-car wants to merge 2 commits into
izuzak:masterfrom
Alessandro-car:nfa2dfa/issue-54

Conversation

@Alessandro-car
Copy link
Copy Markdown

@Alessandro-car Alessandro-car commented Apr 8, 2026

Hi @izuzak, I implemented the webapp that converts a NFA/eNFA to the equivalent DFA and I created a function that converts the multiple states generated by the "noam.fsm.convertNfaToDfa()" function in order to get a single state called like s0s1...sn.
Without this function, the equivalent DFA is wrong.
Closes #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NFA to DFA

2 participants