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 array length to the stepper menu #41

Closed bayronpo closed 1 year ago

bayronpo commented 1 year ago

Once the user selelecs how many numbers wants in the array, we need to call the function generate from the utils folder and pass the number as parameter.