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
Tests the efficiency of merge sort, quick sort, and selection sort using a randomized array. The size of this array will increase from 10,000 to 1,000,000 elements in which we can see the differences in efficiency of all the sorting algorithms.