Projects Tagged with "bubble sort"

bubble sort

bubble sort

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.

Sort

Sort

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

Bubble Sort

Bubble Sort

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).

BubbleSort

BubbleSort

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! ;-)

Sorting Bubbles

Sorting Bubbles

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

BubbleSort

BubbleSort

By: goch

Views: 149 | LoveIts: 4

Description:

Sort_opt

Sort_opt

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

Bubble Sort 2.0

Bubble Sort 2.0

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

sort

sort

By: 3-14159265358979323

Views: 41 | LoveIts: 1

Description: i did this to sort (bubble sort)

PiratevsNinja-version0.3

PiratevsNinja-version0.3

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

PiratevsNinja-version0.4

PiratevsNinja-version0.4

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

4th Example

4th Example

By: neri

Views: 17 | LoveIts: 1

Description:

Random Numbers

Random Numbers

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

Bubble Sort

Bubble Sort

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

Calculator

Calculator

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

Please Wait...