Page 1 of 1

Dig deep, this one is getting nerdy: Visualization and Comparison of Sorting Algorithms

Posted: Tue Feb 02, 2016 2:34 pm
by Sabre

Re: Dig deep, this one is getting nerdy: Visualization and Comparison of Sorting Algorithms

Posted: Wed Feb 03, 2016 12:56 pm
by ElZorro
When I was first learning to code (in Quick Basic on a 286sx) I would implement these algorithms out of books and visualize them with ascii art. Ahh, the good old days.

Re: Dig deep, this one is getting nerdy: Visualization and Comparison of Sorting Algorithms

Posted: Thu Feb 04, 2016 6:34 am
by drwrx
What is amazing is how close some of them are in speed. And how slow others are.
Did you find yourself rooting for or against Bubble Sort?
ElZorro wrote:Ahh, the good old days.
In the early days of PostScript (late 80s early 90s) you could input arc and circle raster position algorithms. As well as custom screen blend algorithms for image processing. I used to order books with floppies that had hundreds of examples that you could then input in the PostScript file for output.

Good old days indeed. . . Wait no, it was complete and utter drudgery.

Re: Dig deep, this one is getting nerdy: Visualization and Comparison of Sorting Algorithms

Posted: Fri Feb 05, 2016 9:13 pm
by Sabre
drwrx wrote:In the early days of PostScript (late 80s early 90s) you could input arc and circle raster position algorithms. As well as custom screen blend algorithms for image processing. I used to order books with floppies that had hundreds of examples that you could then input in the PostScript file for output.
I had no idea! That's pretty damn cool!