|
|
|---|
| Sort algorithms home |
|
||||
| sort | selection sort
Also defined at: http://www.nist.gov/dads/HTML/selectionsrt.html . Inherits from In-place sort An algorithm which orders items by repeatedly looking through remaining items to find the least one and moving it to a final location. [National Institute of Standards and Technology] Demonstrations: Implementations and sample code: |