Sorting Algorithms Questions Medium
The time complexity of the bogo sort algorithm is O((n+1)!), where n is the number of elements in the input array.