You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, instructor made a mistake here, but you can assume a sorted input like [2, 4, 6, 6, 7, 8] or sort the given input yourself because median can only be calculated on sorted numbers.
the challange absoluteValuesSumMinization say sorted array but in the example you give an unsorted array [2, 4, 7, 6, 6, 8].
The text was updated successfully, but these errors were encountered: