Let $X=\{0,1\}^{N}$ and define for $x = (x_1, \dots x_N), \ y = (y_1, \dots, y_N)$
$$ d(x,y) = \sum_{n=1}^{N} [(x_n + y_n) \text{mod} 2] $$
Is this space complete?
My intuition says no. So I tried to come up with a counter example. If we have $N=1$ then the possibilities we have is $x=(1), \ x = (0)$ then the only possibilities we have for a Cachy sequence $(x_n)_{n \in \mathbb{N}}$ is when $x_n = x_m$, $m \not = n$