I've been having trouble proving the next statement:
Let $L_n=\{ww, |w|=n\}$ (the set of equal-length palindromes (EPAL) restricted to length $2n$). Prove that $L^c_n$ can be accepted by an NFA with at most $O(n^2)$ states.
What I've been trying to do is that the complement of $L_n$ is
$\qquad\displaystyle L^c_n = \{w , |w| \not = 2n\} \cup \{ww', w \not = w'\}$.
I want a hint on what to think to prove this thanks!