ScratchData LogoScratchData
Back to chooper-beta's profile

List Sort Algorithm

CHchooper-beta•Created July 28, 2016
List Sort Algorithm
8
3
804 views
View on Scratch

Instructions

Project is pretty self explanatory :P Don't blame me when you make it sort 10,000 items and you find out that it takes ages :P Note: Because the sorted list is stored in a separate list to the original list, you can actually sort the same data multiple times for a control experiment.

Description

This features a sort algorithm I made I recommend only using this algorithm for smaller lists (eg. max 100 items) where it actually tends to do better than more common algorithms. The way I designed this it actually works best for lists that are ordered biggest -> smallest and worst for lists that are ordered smallest -> biggest (which is kind of ironic don't you think? :) )

Project Details

Project ID117270074
CreatedJuly 28, 2016
Last ModifiedAugust 21, 2016
SharedJuly 28, 2016
Visibilityvisible
CommentsAllowed