0

i am trying to find a regular language that: her minimum pumping length = number states of minimum Nondeterministic automata that receive the language = number of equivalence classes. (not 1)

any ideas?

Thanks in advance

anna
  • 1

1 Answers1

0

HINT: You can do it with a one-character alphabet $\Sigma=\{a\}$ and an automaton having two states. This gives you a choice of two regular languages that will work.

Brian M. Scott
  • 616,228