3,320 views

1 Answer

Best answer
5 votes
5 votes
For a given NFA of n state, the number of states in equivalent DFA is at most 2n.

So worst case complexity is O(2n).
edited by

Related questions

0 votes
0 votes
0 answers
1
usdid asked Jul 2, 2022
520 views
what is the running time of the following iterative algorithm?b) It is possible to talk about the best, average and worst running times for this algorithm. Why? pseudo co...
0 votes
0 votes
0 answers
3
usdid asked Apr 16, 2022
288 views
a) what is the iterative equation showing the running time of the algorithm whose pseudocode is given below? b) What is this repeated equation in asymptotic notation usin...