ScratchData LogoScratchData
Back to kenny2scratch's profile

Counting Sort - Sorting Algorithms

KEkenny2scratch•Created May 31, 2019
Counting Sort - Sorting Algorithms
14
9
397 views
View on Scratch

Instructions

Counting sort is a sorting algorithm that operates by counting the number of objects that have each distinct key value, and using arithmetic on those counts to determine the positions of each key value in the output sequence. Counting sort is an integer sort, i.e. it can only sort integers but it takes advantage of integer arithmetic to sort. https://en.wikipedia.org/wiki/Counting_sort

Description

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

Project Details

Project ID314252976
CreatedMay 31, 2019
Last ModifiedMay 31, 2019
SharedMay 31, 2019
Visibilityvisible
CommentsAllowed