Show the steps involved, for either the bubble sort algorithm or the merge sort algorithm, to sort the array shown in Figure 1 so the result is [2,3,7,8][2, 3, 7, 8][2,3,7,8].
Figure 1
[7, 2, 8, 3]
Indicate which algorithm you have chosen by writing its name at the start of your answer: