LucasPilla / Sorting-Algorithms-Visualizer

Program made with Python and Pygame module for visualizing sorting algorithms
MIT License
426 stars 165 forks source link

Implement Patience Sort #140

Closed nclsbayona closed 2 years ago

nclsbayona commented 2 years ago

Hi. I was checking all of this and It seems like patience sort is not implemented, I already have this done and would love to contribute with it. Wikipedia explanation

LucasPilla commented 2 years ago

Sure!

nclsbayona commented 2 years ago

Hey, can this be pulled?