Selection algorithm: Difference between revisions

Content deleted Content added
Line 36:
'''return''' list[k]
 
This [http://programmergallery.com/c-program/selection-sort-algorithm-program-using-c-programming.php Selection sort C Program] is derived byfrom selection sort algorithm.
 
== Partition-based selection ==