This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-12-30 21:12:14

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Largest/smallest finding algorithm

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

 

#2 2008-12-31 07:33:46

bhz
Scratcher
Registered: 2008-07-06
Posts: 100+

Re: Largest/smallest finding algorithm

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

 

Board footer