Hi! (Smile)
I am looking at the following exercise:
Let $M=\{ y_1, y_2, \dots, y_n \}$ a set of real numbers, where $n \geq 2$. Describe an algorithm, that has time complexity $o(n^2)$ and that finds and returns two elements $y_k$ and $y_l$ of $M$, such that:
$$|y_k-y_l|=\min_{1 \leq i,j \leq...