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