QuickSort

0 views
Skip to first unread message

lovis...@gmail.com

unread,
May 13, 2013, 8:19:39 AM5/13/13
to CoffeeCup-Web...@googlegroups.com
QuickSort  QuickSort is an implementation of Tony Hoare's classic QuickSort. QuickSort works by choosing a pivot point and ensuring all elements below the pivot point are small all above are big, (i.e. smaller than the pivot) Then it recursively splites the upper and lower halves, repeating the process. QuickSort is an internal sort written in Java. Both RadixSort and HeapSort are quicker than QuickSort. Qui http://rogdai.info/details.php?progid=3489
Reply all
Reply to author
Forward
0 new messages