Best Case: O(n2)

Sorting algorithms with a best case performance of Ω(n2).

Algorithms


A best case performance of Ω(n2) is as bad as it gets. These algorithms are too ineficient to be practical in any scenario.