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
This sorting algorithm starts from both ends of an array and find max and min elements of that array limited by the loop control variables and terminate when both loop control varibles become equal.