You are on page 1of 1

Exercise

Sort the following list of elements using the specified sorting algorithm. Show the passes until the list is
sorted.
1. Bubble, selection, insertion and merge
23 15 8 12 20 10
2. LSD Radix and MSD Radix
190 201 322 428 70 28 176 192
3. Counting
5 6 1 2 8 6 1 5 7 8 8 7

You might also like