If $(x_1,\cdots,x_n)$ is a sample from a $\mathcal{U}(\theta_1,\theta_2)$ (uniform) distribution with $$\Omega=\{(\theta_1,\theta_2)\in\mathbb{R}^2:\theta_1<\theta_2\}$$ determine the MLE of $(\theta_1,\theta_2)$ without using calculus.
OK, I know that, $$f(x|(\theta_1,\theta_2))=\frac{1}{(\theta_2-\theta_1)}$$ and
$$L(\theta_1,\theta_2)=\prod_{i=1}^n\frac{1}{(\theta_2-\theta_1)}=\frac{1}{(\theta_2-\theta_1)^n}$$
Now I need to maximize the $\theta_2$ and minimize the $\theta_1$ values in order to miximize the likelihood. I know how to find those value using LL (Log likelihood function) and partial derivatives. But how to find them without calculus? I have no idea where to start.