Algorithm: Graphic Sort
Posted: 8 Aug 2010, 16:14pm - Sunday

[caption id="attachment_438" align="aligncenter" width="480" caption="Graphic Sort"]Graphic Sort[/caption] Today, I created different kinds of sorting.
  1. Bubble sort
  2. Selection sort
  3. Insertion sort
  4. Quick sort
Yet, my Quick sort does not work properly... And I have 6 more sorting method to go... :( Download: [download id="14"] (demo executable file) Download Source Code: [download id="21"] Thanks to: http://www.cs.oswego.edu/~mohammad/classes/csc241/samples/sort/Sort2-E.html