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
Simple implementation of the two most efficient sorting algorithms, Bogosort and Bogobogosort. Optional code to test speed of the built-in Python sort vs. Bogo vs. Bogobogo.