44.3k views
1 vote
One of the algorithms we covered this week is considered impractical for real-world use and is almost exclusively used only in the academic setting. This algorithm is

User TechnoCore
by
4.8k points

1 Answer

3 votes

Answer:

Bubble sort

Step-by-step explanation:

Bubble Sort is generally considered impractical for real-world use and is almost exclusively used only in the academic setting.

Bubble sort is often characterized by its iteration method, whereby it steps through a list repeatedly by performing the comparison and swapping near elements if the second element when is wrongfully positioned.

It is considered as a form of simple algorithm and sometimes referred to as sinking sort.

In reality, algorithm including the likes of quicksort, import, or merge sort is deemed efficient.

User Med Larbi Sentissi
by
4.9k points