JangoBoogaloo / LeetCodeExcercise

1 stars 0 forks source link

1509. Minimum Difference Between Largest and Smallest Value in Three Moves #312

Open JangoBoogaloo opened 3 months ago

JangoBoogaloo commented 3 months ago

1509. Minimum Difference Between Largest and Smallest Value in Three Moves

JangoBoogaloo commented 3 months ago

Removing the three largest elements. Removing the two largest and one smallest elements. Removing one largest and two smallest elements. Removing the three smallest elements.