alert This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
user d3niz
d3niz (3)

Sorting with Exchange Sort Algoritm

Project :
Sorting the numbers with exchange Sorting Algoritm.
Add : Adding the numbers in an array
Show : Showing the array
Sort : Sorting the numbers

Learn how to use exchange sorting with my example... ;)
This project sorts the array Large one to small one.
if you want to S - L then,

Change the sorting actionscript like this ;

for(m=0;m<i;m++){
for(n=m+1;n<=i;n++){
if...
more >
812 downloads, 24480 views

sorting a number array exchange sort algoritm


Download (53.11 KB)

Comments

You need to login to post a comment.

user raelvidar
raelvidar 11 years ago

show!

user charles07
charles07 14 years ago

good work keep it up, have some minor bugs
1. just keep clicking add button
2. just keep clicking Sort and Show button

any help needed
[email protected]

user davei97sit
davei97sit 14 years ago

without any input .. only clicking on "ADD" again and again generates ,,,,,,,,,,,,,

user bumbus
bumbus 14 years ago

no problem! Im sorry, too!
Keep on coding my dear :D

user d3niz
the listing author d3niz 14 years ago

Oh okay. :) I'm sorry.

show all 20 comments