SCRATCH MODULE 2: SORTING - MacEwan University

modify the list by adding additional elements, changing existing elements, or deleting elements. When the list is ready, the user will select either ‘Selection sort’ or ‘Bubble sort’. At that point, the original list is copied to a secondary list and the chosen sort is performed. A timer is used to indicate how long the sort took. ................
................