We are asked to find the solutions to the following congruence $$ x^3 + 8x^2 - x - 1 \equiv 0 \ (\text{mod } 11). $$
I know that the solution can be computed using Hensel's Lemma or by simply using brute-force. However, does there exist another approach to solving this type of problem?
The Berlekamp algorithm gives, over $\mathbb{F}_{11}$ $$ x^3+8x^2-x-1=(x + 7)(x + 6)^2, $$ In an example with a degree $3$ polynomial one could also just try for a linear factor, i.e., looking for a zero.