Computer Science, asked by supergalaxy3213, 1 year ago

The complexity of bubble sort algorithm is

Answers

Answered by syedtalha777
0
Most practical sorting algorithms have substantially better worst-case or average complexity, often O(n log n). Even other О(n2) sorting algorithms, such as insertion sort, generally run faster than bubble sort, and are no more complex. Therefore, bubble sort is not a practical sorting algorithm.
Similar questions