Heres an app where you can play with the bubble sorting algorithm.
Download Bubble Sort Algorithm
Bubblesort_copy.aia (174.3 KB)
/Bo
Heres an app where you can play with the bubble sorting algorithm.
Download Bubble Sort Algorithm
Bubblesort_copy.aia (174.3 KB)
/Bo
What is this for? I watched the video but don’t get it xD
I guess it’s a visualization of the Bubble sort algorithm
Yep, as Avram suggest; it’s what it is… a visualization of bubblesorting an uordered list you tap in yourself…
A lot of the things I do come from simple stuff.
Trying to make great apps through experimentation. I guess it takes a lot of practice to do great stuff… sorry to take you through all my experiments
haha no problem I just wondered what this is for keep experimenting!
Don’t worry, it’s awesome!
Most younger programmers jump into a high-level programming language and have no idea, for example, how their call to sort()
function works “under the hood”. This is how it works! Or at least this is one of the sorting algorithms. There are more sorting algorithms and each has its own pros and cons.
looks like there’s a lot going on under the hood - now I kinda understand how lists are sorted hehe
Nice to discuss computer science basics. I Think the Next level of sorting algorithm is merge sort, that should be much faster than bubble sort. I don’t wanna visualize this though…
Nice app
I would love to see what’s going on under the hood
Is there a possibility that this app will be open source one day?
-Philip
I’ve put a link to the .aia in first post.
Oh, i see now
Thank you
-Philip