To give the context I am currently studying Gaussian Integers, and I have of course studied rings. The full question is:
Given $\rho = \exp(\frac{2\pi i}{3})$, show that the ring $R = \mathbb{Z}[\rho]$ together with $N(z) = |z|^2$, for $z \in R$, is a Euclidean domain.
My bigest problem so far is that I am confused about $\mathbb{Z}[\rho]$: I believe it refers to the polynomial ring of variable $\rho$ where $i$ is the imaginary number. However it doesn't really make sens since $\rho$ is not a variable but a constant. Therefore I thought it might refer to the ring of integers modulo $\rho$, but if it is so I can't see clearly what it represents.
Furthermore, I know there is no general way to prove something is a Euclidean domain, so if we are to do it case by case I would like to be positive how to begin. The only thing that comes to my mind so far is to prove that $\forall \rho_1,\rho_2 \in R$, $\exists q,r \in R$ such that $\rho_1 = q\rho_2 + r$ where either $r = 0$ or $N(r) < N(\rho_2)$.
I've already looked up for something similar or just a general case on the internet and on Mathstack but all I could I could find was How do I prove whether something is a Euclidean domain? which is not relevant in this situation.
I hope you can help me with the basics of this problem so I can move on a little! I only hope for hints.