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
An implementation of bubble and merge sort in order to sort a random array of numbers. Bubble sort is O(n^2) and merge sort O(log n). The program shows a graph visualising the array and the operations are also timed.