Sort

Your browser needs java to view projects. Click here to install Java.

user_icon Jens* shared it 1 year, 2 months ago
381 views, 4 taggers, 14 people love it, 126 downloads, in 2 galleries
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
Samueldora Samueldora 3 months ago

Sehr schön! Grundlagenarbeit.

KimixD KimixD 3 months ago

Hi ich check das nich! XD jetzt ernst mal!!

GreatGameDesigner GreatGameDesigner 6 months, 1 week ago

a LOT of variables

b_jay8 b_jay8 1 year, 1 month ago

cool

mathjp mathjp 1 year, 2 months ago

Have you references for Thread Sort algorithm ?

Jens Jens* 1 year, 2 months ago

no, I invented it myself ;-)

music_man music_man 1 year, 2 months ago

I guess they updated java because I can see the lists now. Also it says at the top left of the project v30 instead of v29.

tantive4 tantive4 1 year, 2 months ago

Do you work at http://MIT.EDU?">MIT.EDU?

illusionist illusionist 1 year, 2 months ago

nope. i think hes german.

(view all replies)
Cyclone103 Cyclone103 1 year, 2 months ago

I cannot wait for them to add the onscreen watcher to the java player!

markyiscool markyiscool 1 year, 2 months ago

Thats weird, my 'lists' project doesnt work online also.

Jens Jens* 1 year, 2 months ago

Don't worry, they'll get it to work soon, I bet

dapontes dapontes 1 year, 2 months ago

Excellent work, this help me to learn more about Lists in Scratch1.3

maki maki 1 year, 2 months ago

What are the differences in these methods?

Jens Jens* 1 year, 2 months ago

These are different algorithms to sort a list. They vary in how they work (some rearrange the original list: Bubble, Selection, Loop; others create a new sorted list: Insertion, Thread)

(view all replies)
News-guy News-guy 1 year, 2 months ago

my project should have this spot on the front page

BiggerT BiggerT 1 year, 2 months ago

i can't make it do anything

Jens Jens* 1 year, 2 months ago

it doesn't work with the online player yet

(view all replies)
archmage archmage 1 year, 2 months ago

Nice sort routines! I just felt like making a bubble sort project because I thought that it would be the easiest.

s_federici s_federici 1 year, 2 months ago

Beautiful

BATzerk BATzerk 1 year, 2 months ago

Brilliant! High-fives all around, Jens! =)

chalkmarrow chalkmarrow 1 year, 2 months ago

Wow. That thread sort is excellent.

Jens Jens* 1 year, 2 months ago

Thanks, but it's also too complex to just use in an ordinary project. Now if only we could "sense" a sprite's internal lists using that sensor block, then we could do a "sorter" sprite which could be imported...

Paddle2See Paddle2See* 1 year, 2 months ago

Your thread sort is pretty amazing! Very impressive.

Jens Jens* 1 year, 2 months ago

the thread sort tries a "divide and conquer" approach borrowed from quickSort, but modifies it into two separate insertion threads, since you can't do recursion in Scratch yet. It's advantages become clearer with longer lists. Otherwise I was impressed by the Insertion's performance...

Paddle2See Paddle2See* 1 year, 2 months ago

This will be very handy! I wish the java player would catch up to the new features.

fullmoon fullmoon 1 year, 2 months ago

I tried an insertion sorting algorithim but I was unable to get it to work...I wish 1.3 included a sort/reverse function like in your Lists. Still, I'll be using this VERY often. This be a sample project...

Jens Jens* 1 year, 2 months ago

Aha, there still seems to be an issue with lists, ... let's wait for the java player to catch up ...

chalkmarrow chalkmarrow 1 year, 2 months ago

The "warp" sounds really interesting. I've been mostly playing with the Arduino Board via the remote sensor extension of v1.3, and finally got it all working last week. I actually had to take out a soldering iron the other day :P

(view all replies)
chalkmarrow chalkmarrow 1 year, 2 months ago

lol. i made three individual projects that look exactly like this (selection sort, cocktail sort, and bubble sort). Our interfaces are identical. As with yours, the lists aren't displayed online, so I deleted them... Selection sort was the fastest I believe (unless the data started partially-sorted).

(view all replies)
PetertheGeek PetertheGeek 1 year, 2 months ago

Darn.

Please Wait...