![]() |
Sorting Algorithm
Visualizations |
|
Adding your sorts 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. Let me know as you add sorts. I'll put new ones in the program over time! |