Click here to Skip to main content
15,922,166 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
why in this code selection sort is faster than quick sort?
<a href="http://www.codeproject.com/KB/recipes/SortVisualization.aspx">Visualization and Comparison of sorting algorithms in C#</a>[<a href="http://www.codeproject.com/KB/recipes/SortVisualization.aspx" target="_blank" title="New Window">^</a>]
Posted

1 solution

I could be because the algorithms in that article does a lot more than sort. Such as updating the UI aspects as well. That's not how you compare sorting algorithms as it can distort the results.

I wouldn't use that perticular application as the sorting speed seems to change depending on which side your algorithm is on in the UI, the one on the right always seems faster too me.

/Fredrik
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900