nsrCodes / Sorting_Visualisation

First try at building a GUI Project
2 stars 1 forks source link

Adding other sorting algorithms #2

Open nsrCodes opened 4 years ago

nsrCodes commented 4 years ago

Currently, I have just implemented Bubble sort. Although Implementing other algorithms shouldn't be hard but it is the visualization that takes some thinking, will love to get back to it lateer.

PerfectlyInternal commented 4 years ago

Hi, I'm new to GitHub and I'd like to help out with this project. Is there anything in particular that you want to improve right now?

nsrCodes commented 4 years ago

Hi, I'm new to GitHub and I'd like to help out with this project. Is there anything in particular that you want to improve right now?

I was thinking of adding a drop-down for different sorting algorithms. Although I have made an attempt to that, the problem comes with visualizing where the pointer is like what is the pivot in quicksort and I have no idea how to visualize merge sort either. I gave it a try once, but haven't got back to it since. Do you have any ideas on how to do this?