alesbe / sorting-visualizer

Sorting visualizer made with SFML and C++ 📊
MIT License
17 stars 11 forks source link

Add Bogo sort #18

Closed alesbe closed 2 years ago

alesbe commented 2 years ago

Add Bogo Sort, a sorting algorithm that randomizes the array until is sorted!

This PR contributes to issue #3.