Depoll.com: Programming, School, Life.

Sorting Algorithm Visualizations
By: David Eitan Poll

 

Home
Download
Screenshots

Adding your sorts

Algorithms
-Bubble Sort
-Comb Sort
-Gnome Sort
-Heap Sort
-Insertion Sort
-Merge Sort
-Odd/Even Sort
-Quick Sort
-Quick Sort with Bubble Sort
-Radix Sort
-Rob (Random) Sort
-Selection Sort
-Shaker Sort
-Shear Sort
-Shell Sort

Donation:

Adding your own sorts to the program

Here's a neat feature:  You can write your own sort algorithms, compile them, and add them to the program!  All you have to do is extend the SortMethod class included in the .dll file (in the program folder).  Put your own .dll file in the folder (your assembly), and the program will find your algorithm!

Here are some examples: One in VB.NET and one in J#.NET.  Open them in your favorite editor.

SortExtensions.zip

Let me know as you add sorts.  I'll put new ones in the program over time!