sortvis
sortvis copied to clipboard
Sorting algorithm visualisation with Cairo
http://sortvis.org/ is gone?
I was trying to find an implementation of Timsort in Python, and came across the one in this repository. I decided to clone the sorting algorithms in the repo to...
There's been a particular flavor of Quicksort in the Java library for a few years. The design space of Quicksorts is huge, sure, but I think a (basic version of)...
Running ``` bash sortvis weave -x 850 -t -n 20 -c gradient ``` as given [on your website](http://sortvis.org/about.html), I get this: ``` 110 comparisons 67 comparisons 154 comparisons Traceback (most...
Hi again, i created a branch which logs the lists whenever a comparison occurs and also keeps track of which items were compared. Currently I did a quick & dirty...
I loved sortvis.org, and I was sad when I couldn't find it. This will close #10, by recreating the old sortvis.org web site on GitHub Pages. If you want to...
- [ ] Bogo Sort - [ ] Tree Sort - [ ] Bucket Sort - [ ] Counting Sort