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
Consists on converting the Strings to char arrays, sorting them, and them comparing them, by using the Arrays methods. Has a complexity of O (n log(n))