ScratchData LogoScratchData
Back to kenny2scratch's profile

Selection Sort - Sorting Algorithms

KEkenny2scratch•Created May 31, 2019
Selection Sort - Sorting Algorithms
2
3
286 views
View on Scratch

Instructions

Selection sort is a simple sorting algorithm that makes a pass over the unsorted part of the list, finds the largest item, and swaps it into the correct place. Passes are repeated until the whole list is sorted. Selection sort is a comparison sort, i.e. it sorts only by comparing and swapping list elements. https://en.wikipedia.org/wiki/Selection_sort

Description

Part of my series of sorting algorithms: https://scratch.mit.edu/studios/14132246/

Project Details

Project ID314250555
CreatedMay 31, 2019
Last ModifiedMarch 16, 2020
SharedMay 31, 2019
Visibilityvisible
CommentsAllowed