bogoSort
Bogo sort is a very inefficient sorting algorithm. Principle: Shuffle the list until it is sorted.
Worst complexity: Infinite Average complexity: n*n! Best complexity: n Space complexity: 1 Stable: No
Bogo sort is a very inefficient sorting algorithm. Principle: Shuffle the list until it is sorted.
Worst complexity: Infinite Average complexity: n*n! Best complexity: n Space complexity: 1 Stable: No