690 views
0 votes
0 votes
Answer the following:-

1. Worst case time complexity to minimize DFA?

2. Best case time complexity to minimize DFA?

3. Worst case time complexity to minimize NFA?

4. Best case time complexity to minimize NFA?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
1
ankitgupta.1729 asked Feb 25, 2018
580 views
Is minimization of Finite State Machine(FSM) based on Dynamic Programming(DP) paradigm ? If yes , then what should be the optimal substructure and overlapping subproblems...
1 votes
1 votes
1 answer
2
akankshadewangan24 asked Jun 27, 2017
1,259 views
DFSM with 1 stack has same power as NDFSM with 1 stack is False .Why?DFSM with 2 stack has same power as NDFSM with 2 stack is TRUE .Why?these confusing. help me
0 votes
0 votes
0 answers
3
nitish asked May 4, 2017
395 views
0 votes
0 votes
0 answers
4
thor asked Nov 14, 2016
192 views
Please explain