Sorting-Algorithms-Visualizer
Sorting-Algorithms-Visualizer copied to clipboard
Added range to numBars to prevent program from freezing with large va…
Found that putting large values into the numBars textbox freezes the program. Added max and min vals that are defaulted to if the user inputs a value outside of this range. Fixes #105