work on my maths task

Job ID: 31727655

Budget: $10 – $30 USD

The sorting algorithm I chose for project 1 was bubble sort. This sort is also known as sinking sort. It is a very simple sorting algorithm but even though its simple its worst-case and average complexity are higher than most of the efficient sorting algorithms. This type of sort is
a comparative type of sort. By this I mean compares the two elements at a time. Typically, the smaller elements bubble to the top of the list but this all depends on the way you have the algorithm set up. Bubble sort is typically too slow for most problems. However, this sorting algorithm has the ability to detect if a list is already sorted.