author: Tony Beaumont summary: Problem Solving: How much Toast? id: problem-01 categories: coding environments: Web status: Published feedback link: mailto:a.j.beaumont@aston.ac.uk
This series of problem solving exercises are based on problems found on Codewars https://www.codewars.com/ or Hackerank https://www.hackerrank.com/dashboard.
This is the first problem in the course. There is no need for any prior knowledge.
- abstraction
- decomposition
No specific tools are required, although you will need to make notes so either pencil and paper or a text editor on your laptop.
You will be presented with a problem. You will learn how to understand the problem and break the problem down into steps that help you work towards a solution.
Todays problem can be found here: .
After the class finishes, you should submit a solution to the problem using the link above.
function someCode() {
// you code goes below this line
}