I am trying to figure out a problem where I must draw a NFA for a given language.
The language is { w | the final five symbols of w include two a's and three b's }
.
I believe I have it as a DFA and am not sure if there is a more reduced version. If somebody could take a look that would be very helpful. I feel as though it can be reduced into a fairly small NFA.