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
// Then, we choose the first and last string in the array. [They are supposed to be the most different among all the pairs of strings in the sorted array]
// We just compare how many common characters match from index i = 0 of these two strings.