So these two find the highest number in a list or the lowest number in a list. The way they work is this: look at the first item in the list and make it the maximum, then look at every other item an… more →
Craigmount Higher Computingmrwhiteside wrote 2 years ago: So these two find the highest number in a list or the lowest number in a list. The way they work is … more →
mrwhiteside wrote 2 years ago: This algorithm asks the user for something to look for and then checks through a list of items to se … more →
mrwhiteside wrote 2 years ago: This is the first standard algorithm (in no particular order) that you have to know, and be able to … more →