I don't think that computing the characteristic polynomial is the way to proceed for this problem. Also, the size of this matrix $$C=\begin{pmatrix}0&1&\dots&1\\ 1&0&\dots &1\\ \vdots &\vdots &\ddots &\vdots\\ 1&1&\dots &0\end{pmatrix}$$ is just given as $n\times n$.
So, instead, I can look at the matrix $I+C$. Then this is a matrix of all $1$'s.
We know that this matrix is rank-deficient and so has $\det (C+I)= 0$.
Then I have that
\begin{align}\det[I+C] &= \det[C+I] \\&=\det[C-(-1)I] \\&=0\end{align}
The last equality shows that $-1$ is an eigenvalue of the original matrix $C$, which is what I wanted.
But, how do I know its multiplicity?
And, how do I know whether there are any more eigenvalues of $C$?
Thanks,