Find the solution set of $|z-1| = 1$, where $z\in \mathbb{C}$
This is what I did:
$$\begin{align} |z-1| = 1 &\implies |z-1|^2 = 1^2 \\ &\implies |(z-1)^2| = 1 \\ &\implies z^2 -2z = 0 \\ &\implies z(z-2) = 0 \\ &\implies x+iy = 0 \ \ \ \ \lor \ \ \ \ x+iy = 2 \ \ \ \\\ &\implies (x = 0 \ \ \land\ \ y = 0) \lor (x=2 \land y = 0) \end{align}$$
Thus the solution to $|z-1| = 1$ are the point $(0,0)$ and $(2, 0)$ on the complex plane.
EDIT: It is clear that this is not the full solution set? But why does approaching this algebraically as I did, not yield a full solution set? Or has it yielded a full solution set and I've just interpreted things wrong?

Let $z=x+i*y$, where $i^2=-1$. Then we have
$$1=|z-1|=|x+iy-1|=\sqrt{(x-1)^2+y^2},$$
so squaring both sides leads to the equation
$$(x-1)^2+y^2=1.$$
This is the equation of a circle of radius 1, centered at the point $(1,0)$.