react-ts / sorting-algorithm-visualizer

Sorting Algorithms such as BubbleSort, QuickSort, CounterSort Visualizer
https://sorting-algorithm-visual-dc41b.web.app/
MIT License
0 stars 1 forks source link

Add the option to select the sorting algorithms to the stepper menu #42

Closed bayronpo closed 1 year ago

bayronpo commented 1 year ago

Be creative, you can use something from MUI, for example, to show the user the algorithms we have. Make sure the users select at least one algorithm before proceding to the next step. We need to store the selection somewhere in order to generate in the UI the algorithms selected.