101k views
5 votes
Identify two real-world examples of problems whose solutions do scale well

User Hexbioc
by
5.4k points

1 Answer

3 votes

Step-by-step explanation:

We should see scaling well as referring to problems that can well be solved using computation. Two real-world examples are:

  • problems involving finding the largest or smallest of several lists of numbers: Usually, a simple program executed to lookup the data set to determine which number fits the properties needed.
  • problems involving equations: By computing the variables (x, y, etc) that make up the equation, and the operations (eg, addition, division) to be performed on the variables the problem can be solved well.
User Damia Fuentes
by
5.0k points