ArrayVisualizer icon indicating copy to clipboard operation
ArrayVisualizer copied to clipboard

w0rthy's Array Visualizer, Revamped - Over 75 Sorting Algorithms with 12 Different Visuals

Results 71 ArrayVisualizer issues
Sort by recently updated
recently updated
newest added

![Screenshot (12)](https://user-images.githubusercontent.com/68765368/97079099-d483b580-1623-11eb-9101-f8a8c77ccd39.png)

This would certainly take time, but what if the program had the ability to mark certain elements in an array, say a different colour depending on their use, exactly like...

Is it possible to implement “Speed Sort” (w0rthy’s version of Shell Sort) into your Array visualizer? Link: https://www.youtube.com/watch?v=_bxWi1sxRWA&t=260s

Only work for linear inputs; not really sorting algorithms.

bug
needstime

The Bogosort medita- I mean uh, ThatsOven from the discord server had a really good idea recently, including bogosort and the current disagreements behind it. His idea was close to...

When I minimize the program, there are three windows that I have to click on the taskbar one by one. The sort view, array size and settings. It would be...

documentation
enhancement
needstime

E.g. `[1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8]`.

documentation
enhancement
needstime

Similar case that separates Optimized Gnome from Insertion. The total amount of writes can be halved by inserting the item down the heap instead of swapping. Changed: Max Heap Min...

enhancement
needstime