Arrange given numbers in a way such that the minimum absolute difference between any two consecutive numbers is maximized
I’ve been doing some competitive programming practice on Codeforces recently, and I stumbled upon a problem here. The solution to this problem can be found here.