straight selection sort

views updated

straight selection sort A sorting algorithm based upon finding successively the record with the largest sortkey and putting it in the correct position, then the record with the next largest key, etc.