What is the average-case time complexity of bogo sort?

Sorting Algorithms Questions



80 Short 66 Medium 49 Long Answer Questions Question Index

What is the average-case time complexity of bogo sort?

The average-case time complexity of bogo sort is O((n+1)!), where n is the number of elements to be sorted.