For Σ = {a,b,c,d,e,...,z}, consider the set L of words w such that the last symbol of w has not appeared before. For example, the words apple, google, k, and ε are in L, but the words potato, and nutrition are not in L. Suppose we want to construct a DFA for this language. How many states will it have (minimally)? Describe the DFA succinctly: do not attempt to draw it, but explain its formal definition, (e.g. states and transitions) using a suitable mathematical notation.
I don't need the whole definition, just a start as to how many states it will have and why. From there I'm comfident I can figure it out.