Yet-Another-Series / Yet_Another_Algorithms_Repository

Beginner friendly repo for easily contributing algorithms' implementations
MIT License
36 stars 258 forks source link

cpp-bozo_sort-O((n-1)!).cpp #210

Closed Vuziks closed 5 years ago

Vuziks commented 5 years ago

Highly inefficient sorting algorithm based on the generate and test paradigm. Used mainly for educational purposes