You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hyper stooge sorting is a sorting algorithm that worse than the stooge sorting.
Instead of recursing using two-thirds of the array, it is modified to n - 1.
It achieves a time complexity of O(3^n), It's very very bad!
So I set the unreasonable limit to 20.
(This algortihm is proposed by fungamer2)
The text was updated successfully, but these errors were encountered:
The hyper stooge sorting is a sorting algorithm that worse than the stooge sorting.
Instead of recursing using two-thirds of the array, it is modified to
n - 1
.It achieves a time complexity of O(3^n), It's very very bad!
So I set the unreasonable limit to 20.
(This algortihm is proposed by fungamer2)
The text was updated successfully, but these errors were encountered: