what is the minimum no of DFA states required to recognise below language?

43 Views Asked by At

$L=\{a^nk , k>0 \text{ and } n \text{ is an integer constant} \}$

In this question which constant should be changed , n or k while considering the DFA since then it can be either $n+1$ or $k+1$ ?