By: archmage
Views: 937 | LoveIts: 9
Description: Something I learned to do in java class. It is useful if you want to sort your lists.
By: Jens
Views: 758 | LoveIts: 20
Description: This project compares three sommon simple sorting algorithms (bubble, selection, insertion) against two others which I have optimized for Scratch (loops, threads). Select the number of elements to sort and click on the star to start the race. Feel free to remix. Enjoy! -Jens
By: scmb1
Views: 212 | LoveIts: 2
Description: This is the similiest way to sort a list. Use it on your projects. Tell me if you use it (I'd like to see your projects).
By: Ralf
Views: 174 | LoveIts: 2
Description: Sorts 5 Sprites with the bubblesort algorithm by their (randomly generated) Y-Value. Yes you can sort with Scratch! ;-)
By: Digimath
Views: 153 | LoveIts: 4
Description: This project sorts a list of numbers that represent the various sizes of twenty bubbles. HOW I MADE THIS. First, the list with the name of sizes is loaded with 20 values from 300 to 72. Pairs in that list are randomly switched. Then a bubble sort is done on the list to put it back in order. ... show more
By: barndt
Views: 69 | LoveIts: 2
Description: I optimized the bubble sort as described in http://en.wikipedia.org/wiki/Bubble_sort It's now faster than Selection Sort and needs ~64% of the time it consumed before. Original description from Jens: This project compares three sommon simple sorting algorithms (bubble, selection, insertion) agains ... show more
By: StBernard17
Views: 65 | LoveIts: 2
Description: This project is like Archmage's bubble sort: It will generate ten random numbers, 1 through 100, and sort them least to greatest. This project will do the same thing, except none of the numbers will be the same. This project is also based on what the i and Temp variable in Archmage's bubble sort mea ... show more
By: jj730105
Views: 18 | LoveIts: 0
Description: This is an educational simulation created to demonstrate some of the differences between the bubble sort and and the selection sort algorithms. To see how to use this in the classroom, see: http://sites.google.com/site/bubblesortvsselectionsorts/ Cartoon characters in this program were developed w ... show more
By: jj730105
Views: 18 | LoveIts: 0
Description: This is upload attempt number 2. This is an educational simulation created to demonstrate some of the differences between the bubble sort and and the selection sort algorithms. To see how to use this in the classroom, see: http://sites.google.com/site/bubblesortvsselectionsorts/ Cartoon character ... show more
By: StBernard17
Views: 16 | LoveIts: 0
Description: this project will generate ten random numbers in the random number and other random numbers lists. Then it will add the numbers in one of the lines to get the sum. Then it will subtract those two same numbers to get a difference. The random number in the corner takes a random number that the list ge ... show more
By: EliteGames
Views: 9 | LoveIts: 0
Description: Just testing the bubble sort method os sorting lists/arrays. The Big O factor for bubble sort is O(n²) The first number you see as a large display is the number of passes it takes to sort the numbers. The second is the number of changes it makes in each pass. It is best to run this in turbo mode ... show more
By: benk3
Views: 4 | LoveIts: 0
Description: Calculator to determine the mean, median, mode, and range. Enter numbers one at a time. Hit Calculate button or empty entry to calculate. New numbers can be added to the list after calculation. Reset clears the list of numbers and calculations. A list of numbers can be imported directly from an ... show more
