http://scratch.mit.edu/projects/AlanProjects/366572 This is a project that uses an algorithm, that will tell you the largest and smallest numbers in a sequence. I am making a sorting(least to greatest) algorithm soon.
Last edited by AlanProjects (2008-12-30 21:12:36)
Offline
Least to greatest sorting has been made in my project (along with Mean, Median, Mode). Range being added right...NOW
http://scratch.mit.edu/projects/bhz/366853
Max is simply the last item of the list, Min is the first
Last edited by bhz (2008-12-31 07:42:39)
Offline