In this challenge we will design algorithms used to calculate the Min, Max, Mean, Median and Mod from a list of numbers.
First you may want to refresh your maths skills and check the meaning of these terms: http://www.purplemath.com/modules/meanmode.htm
MIN Flowchart
Challenge #1
Use our flowchart designer tool to create 4 more flowcharts to:
- Calculate the Max value of a given list,
- Calculate the Mean value of a given list,
- Calculate the Median value of a given list,
- Calculate the Mod value of a given list.
Challenge #2
Now that you have designed your algorithms you can implement these using Python code.

Solution...
The solution for this challenge is available to full members!Find out how to become a member:
➤ Members' Area


For this challenge we will consider the bidding process used within online auction websites such as eBay.


Stacks and Queues are two key data structures often used in programming.

If you are learning to build websites you will most likely have started learning about HTML, eventually CSS and JavaScript. These three languages are client-side languages which run on your computer through the web-browser.


The primary key is a unique identifier for each record.
There are 3 types of relationships to link tables:






