Projects Tagged with "sort"

Sort

Sort

By: Jens

Views: 759 | 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

Sorting Algorithm Animation

Sorting Algorithm Animation

By: ngmr

Views: 749 | LoveIts: 30

Description: This project animates some sorting algorithms. Buttons at the upper left show sorting types (Selection sort, Insertion sort, Bubble sort, Quick sort and Merge sort). A slider at the lower right means a number of points.

Bubble Sort

Bubble Sort

By: scmb1

Views: 214 | 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).

Selection Sort

Selection Sort

By: scmb1

Views: 188 | LoveIts: 2

Description: Warning: This is very glitchy. If you know what the problem is, please tell me. Another sorting algorithm. It will sort a list from smallest to largest. It is a bit more complicated than Bubble Sort, but faster. Thanks Paddle2See for helping me its online glitches

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

Selection Sort

Selection Sort

By: MathWizz

Views: 120 | LoveIts: 0

Description: All credit to scmb1 for the sorter. All I did was change a block. I think the problem was that the replace item block would delete part of the list so the length of the list was one shorter causing the loop to end early. ____________________ Another sorting algorithm. It willl sort a list from sma ... show more

Deletion Sort

Deletion Sort

By: hamsandwitch678

Views: 113 | LoveIts: 2

Description: AAAAHGH!! STUPI D JAVA PLAYER!! DOESN'T WORK ONLINE!! :( Sorts from greatest to least. Click him to start.

High Score Sorter

High Score Sorter

By: Locomule

Views: 93 | LoveIts: 0

Description: Someone was asking about sorting high scores at the forum so I made my version of how to do it.

Alphabetic Sorter

Alphabetic Sorter

By: DarthPickley

Views: 81 | LoveIts: 5

Description: uses a bubble sort algorithm to sort a list of words alphabetically, using the new < (string) > (string) > block with 1.4! you can use these scripts if you want. I had to add some spaces because it glitched up without them.

ScratchSort w/ strings Quoquon dictionary (random words)

ScratchSort w/ strings Quoquon dictionary (random words)

By: DarthPickley

Views: 78 | LoveIts: 2

Description: original notes from Jens (scratchsort): This project is another attempt at finding a sorting algorithm that is fast enough to be useful in Scratch. I'm suggesting a variant of the Insertion Sort which makes use of the fact that the output list is already sorted as it is built, to find the insertab ... show more

Number Slider

Number Slider

By: MoreGamesNow

Views: 76 | LoveIts: 1

Description: This is based off of: http://scratch.mit.edu/projects/erbie/361665 I loved your 3-by-3, so I made a 5-by-5, but I didn't spin the numbers like you did. Anyway, to anyone who wants a real challenge, check out Erbie's game with the link above. I can beat this one fairly easily but Erbie's game on ha ... show more

Largest/Smallest finding algorithm

Largest/Smallest finding algorithm

By: AlanProjects

Views: 74 | LoveIts: 2

Description: I've been intrested in math lately, and especially algorithms. This algorithm will tell you the largest and smallest numbers in a sequence. Instructions are in the project. It is fully commented if you want to see how it works. NOTE: YOU MUST DOWNLOAD FOR IT TO WORK. I AM TO BUSY TO PUT IN A NUMBER ... show more

FML merge sort/binary search

FML merge sort/binary search

By: kcparsi

Views: 74 | LoveIts: 0

Description: merge sort and binary search-simplified

Bubble Sort With Graph

Bubble Sort With Graph

By: bartybacon

Views: 72 | LoveIts: 0

Description: A List sorter using Bubblesort. This program also draws an graph of the list. Select list size, press the flag and watch it go!

StateSort

StateSort

By: dehrha02

Views: 71 | LoveIts: 1

Description: Sort the states into their regions 1)Push the green button to start 2)Place the mouse pointer on a state label and click on it 3)Drag the state to the correct region 4) When finished press check

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

Organizing Lists

Organizing Lists

By: buddha108

Views: 67 | LoveIts: 4

Description: Note In Project

Sorteio - Sort - Random - Loteria

Sorteio - Sort - Random - Loteria

By: profjr

Views: 64 | LoveIts: 2

Description: Programa para fazer um sorteio !!! Bastante útil!.

Auto-Sort

Auto-Sort

By: JOEJOE2

Views: 62 | LoveIts: 1

Description: a sort from least 2 greatest press space to c it sort

ball sort

ball sort

By: soccerfirst

Views: 43 | LoveIts: 3

Description: sort the balls so that the red balls are in the red side, and the blue balls are on the blue side. post your time. 1.soccerfirst 22.8 2.pokemasterbannana 46.157

Bubble Sort

Bubble Sort

By: mperreault

Views: 38 | LoveIts: 1

Description:

bubble sort redo

bubble sort redo

By: nightandday64

Views: 35 | LoveIts: 0

Description: Found this on here, but with a few errors. It now correctly creates and sorts a full list of random variables, and has a spiffy background!

Race Sort

Race Sort

By: abee

Views: 35 | LoveIts: 2

Description: Sort by cat race!

Sleep Sort

Sleep Sort

By: abee

Views: 28 | LoveIts: 3

Description: An implementation of sleep sort by Scratch. http://dis.4chan.org/read/prog/1295544154

An Insertion Sort Demo

An Insertion Sort Demo

By: dejohnso

Views: 25 | LoveIts: 0

Description: A little project to learn about lists and broadcasts

Lottozahlengenerator

Lottozahlengenerator

By: barndt

Views: 25 | LoveIts: 1

Description: Lottozahlengenerator (English description below) Generiert die Zahlen 6 aus 49 und sortiert die Liste anschließend mit einem Bubblesort. Generates 6 Numbers for the German 6 out of 49 lotto and sorts them via the Bubblesort algorithm.

Scan Sort

Scan Sort

By: abee

Views: 24 | LoveIts: 2

Description: Sort by scanning!

BubbleSort

BubbleSort

By: wmays

Views: 23 | LoveIts: 0

Description: Just a simple implementation of the sorting algorithm Bubble Sort. It works by swapping the numbers if the first is greater than the second. I could probably go a bit farther with this. EDIT: Optimized by adding 1 block.

Random Tiles

Random Tiles

By: Trivia

Views: 22 | LoveIts: 2

Description: Got it to work! It seems that using Scratch programs online doesn't support ten lists. It now does not work online. (Again) The part that is broken this time is the sorting. I'm not sure why. -----Download if you want the sorting to work----- I've seen a lot of programs that use one sprite and st ... show more

Bubble Sort

Bubble Sort

By: abee

Views: 19 | LoveIts: 0

Description:

4th Example

4th Example

By: neri

Views: 17 | LoveIts: 1

Description:

Alphabetic Sorter

Alphabetic Sorter

By: minigolf56

Views: 11 | LoveIts: 0

Description: This project uses a bubble sort algorithm to sort a list of words alphabetically.

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

African Animals 55

African Animals 55

By: kygal1960

Views: 6 | LoveIts: 1

Description: Click on the giraffe to complete a word sort of short vowel sounds. This game is still a work in progress

Sorting Living non Living

Sorting Living non Living

By: LuigiStar

Views: 5 | LoveIts: 0

Description: Ok so bacicly just sort them. by the way Maroah2000 did the scripting thanks!

Runing cat

Runing cat

By: sup3rabbit

Views: 3 | LoveIts: 0

Description: Wach, space for glich it was by my brother to show me how to use scrach!!

symSink&amp;ExchangeSortBroken(v000)

symSink&ExchangeSortBroken(v000)

By: SeanSL

Views: 2 | LoveIts: 0

Description: doesn't work yet and not sure whether there might not be many better sorts on the system; my doubt comes from the fact that my coding looks very bad indeed!

test selectSort

test selectSort

By: SeanSL

Views: 2 | LoveIts: 0

Description: This project got the origin of its code from the "Sorting Algorithm Animation" project by ngmr shared:Oct2010. It stripped out one of the sorting algorithms (select sort) and develolped it into a tested sprite "selctSrt." This sprite will evetually work and be another demo of ... show more

Please Wait...