Empresa engajada
Given an array of numbers return the maximum difference between two of them.
Sigiloso
Iterate over the array once and keep track of two variables one that holds the minimum value and one that holds the max difference. In every iteration, you might need to update the min value and also update the max difference