sound-of-sorting icon indicating copy to clipboard operation
sound-of-sorting copied to clipboard

The Sound of Sorting - "Audibilization" and Visualization of Sorting Algorithms

Results 12 sound-of-sorting issues
Sort by recently updated
recently updated
newest added

i dont know how to do this on mac because I have no knowledge of coding/terminal. but I git cloned this respo ig

Build fails with the following error: ```makefile /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/pair.h:544:12: error: no matching constructor for initialization of 'pair' (aka 'pair') return pair ^ ``` Output of ./configure: ``` checking build system type......

`make_pair` on macOS can't handle volatile longs, so cast the first parameter to a long. Change affects the `Quick Sort LL` sort. Tested by manually exercising sorts in UI. Compiled...

I don't see an executable files (windows install)

Was able to successfully build, using brew to install SDL (1.2.15) and wxMac (3.0.4) ... Upon running "sound-of-sorting", the program appears to be running (shows on dock and in Activity...

Having trouble building on windows. I've been trying to install SDL2 and using git bash to run `./configure`, but it seems SDL2 is not installed correctly (I've done multiple tutorials...

Hi. I created a new sorting algorithm, and I want to visualize it through the sound of sorting, but I have no idea how to do it.

Hi, I am on Linux, Debian testing, amd64, with gcc 10.2.1 I installed `libwxbase3.0-dev` (3.0.5.1, there are no 2.x version in Debian) and using current master branch, I done configure:...

I've been working on a different implementation of Block Merge Sort by Andrey Astrelin. It's called Grailsort, and it improves on Wikisort in multiple ways. Are you interested in adding...