LucasPilla / Sorting-Algorithms-Visualizer

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

Added range to numBars to prevent program from freezing with large va… #144

Closed kp5431 closed 2 years ago

kp5431 commented 2 years ago

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