SortingVisualizer icon indicating copy to clipboard operation
SortingVisualizer copied to clipboard

Program to visualize, audiolize, profile, approximate runtimes for, and anything else related to sorting algorithms

Results 10 SortingVisualizer issues
Sort by recently updated
recently updated
newest added

I TRIED TO COMPILE BUT IT FAILS

If possible, just a README for instructions on how to compile and run this code. Potentially an executable might be helpful to those who are not experienced with c++

see https://github.com/ErrorDAR32/SortingVisualizer for the new variant this variant that i called doubly (any similarity with any other merge sort in existence is purely coincidence) basically divides the merge space into...

Even after I installled all of the dependencies, there were multiple bugs remaining. ``` In file included from ../gfx/gfx_main.h:9:0, from mode_visualizer.cpp:4: ../gfx/gfx_common.h: In member function ‘vertexVector mat4::operator*(vertexVector&)’: ../gfx/gfx_common.h:53:8: error: no...

What do I use to compile the source code? I'm one of your subscribers.

Add a documentation for creating sorts.