ScratchData LogoScratchData
Back to Cub56's profile

Bubble Number Sorter

CUCub56•Created January 11, 2016
Bubble Number Sorter
7
3
193 views
View on Scratch

Instructions

Just a demo for sorting numbers using the bubble sort algorithm

Description

This works by comparing each of two items in the list, if the first one is bigger than the second one it moves the first one into a temporary variable, replaces the first one with the second one and replaces the second one with the variable and repeats until they're all sorted. It's one of 3 commonly used methods of sorting numbers in programming.

Project Details

Project ID93686466
CreatedJanuary 11, 2016
Last ModifiedJanuary 18, 2016
SharedJanuary 18, 2016
Visibilityvisible
CommentsAllowed