LucasPilla / Sorting-Algorithms-Visualizer

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

Turning Sorting Functions into Generators #124

Closed GlacialBlaze closed 3 years ago

GlacialBlaze commented 3 years ago

@mugulmd

Let our first step be changing sorting functions into generators. Can we make a branch of the original code where only the functions are changed, so that we can see how the generators would perform on the original code?

mugulmd commented 3 years ago

Yeah sure I can just make a new fork of the master branch and make the changes, I can take care of that later today if that's okay with you :)