Sorting-Algorithms-Visualizer icon indicating copy to clipboard operation
Sorting-Algorithms-Visualizer copied to clipboard

Program made with Python and Pygame module for visualizing sorting algorithms

Results 24 Sorting-Algorithms-Visualizer issues
Sort by recently updated
recently updated
newest added

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...

@mugulmd Hey! It's been awhile since we left off our progress in the menu design. Free to make a scroll menu?

enhancement

Refer this issue #https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/issues/114 I have implemented a feature in which you can choose time complexity(Average) from drop down menu which updates the algorithm list to accommodate only those algorithm...

Array Size input validation Input size is not validate causing program to crash when input size of array is to big ~100000000 or 0 or none labels: user-experience assignees: 'Self-assigned'...

enhancement

- Make main.py more readable by adding some comments - Remove hardcoded values from display.py and move all global definitions to another file (a new one or main.py)

enhancement
good first issue
help-wanted

A small addition, but I added a box on the bottom menu that displays the time it takes for an algorithm to sort. Resolves: #169

### **Changes:** - Sorting Algos are now sorted by complexity and then alphabetical order - Grid is now a list of all the sorting algos in order ### **Why: (resolves...

**Changes** - Added a cursor to the size box - Added a limit for the range on 1-1000 for the size box - Added an error message if user input...

### Changes - added comments to main.py to increase readability - removed the hardcoded values from display.py (numBars, delay, time_taken, etc.) and moved them to globals.py - imported hardcoded values...