Sort students marks using bubble and insertion algorithms

Go to class
Write Review

Sort students marks using bubble and insertion algorithms provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Sort students marks using bubble and insertion algorithms is taught by Dr. Chao Mbogho. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • The learner will create two sorting algorithms in Java programming language. The learner will create an optimised bubble sort function that sorts students' marks in ascending order by repeatedly swapping adjacent elements within an array if they are in the wrong order. The learner will also create an insertion sort function that sorts students' marks in ascending order by building a sorted array, one element at a time.