Concluído
converts NFA to minimaztion DFA by using c code
Orçamento $10-30 USD
The project is to convert NFA to minimaztion DFA by using c code
First, convert NFA to DFA using Subset Construction Algorithm.
Second, convert DFA to minimum state DFA using the table filling algorithm.
In the ouput
Print NFA table
Print DFA table
Print distinguishable table of minimization
Print DFA after minimization