alesbe / sorting-visualizer

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

Add Odd-Even sort #37

Closed Niko-the-Useless closed 3 months ago

Niko-the-Useless commented 4 months ago

Add Odd-Even sort algorithm based on bubble sort, developed for use on parallel processors in 1972

alesbe commented 3 months ago

Sorry for the late response. Thank you so much for your contribution!

I'm adding this change to the project 🙌