Objectives: In this assignment students will practice manipulating lists of data and arranging items in an ascending/descending order. Students will also explore storing lists/arrays using different sorting algorithms including, the selection sort, bubble sort, and insertion sort algorithm. Comparison between the three algorithms are made based on the number of comparisons and item assignments (basic operations) each algorithms executes.
Assignment #1: Objectives: In this assignment students will practice manipulating lists of data and arranging items in an ascending/descending order. […]