ScratchData LogoScratchData
Back to _youtubeN1's profile

Sorting Algorithms Speed Test

_Y_youtubeN1•Created May 28, 2015
Sorting Algorithms Speed Test
1
0
125 views
View on Scratch

Instructions

Click on each cat to get the time of how long it takes to sort the list.

Description

This is my own sorting algorithm, which is a hybrid algorithm, combining insertion sort with a form of selecting the last item in each group of the insertion sorted areas, and it finds the largest value. It repeats this over and over again, with a variable to decrease the "spikes" of choosing the largest value in the group and swapping it to the end, and the loop repeats until it reaches the end of the list or a certain point.

Project Details

Project ID64655000
CreatedMay 28, 2015
Last ModifiedJune 23, 2015
SharedMay 29, 2015
Visibilityvisible
CommentsAllowed