91.5k views
1 vote
Explain why decomposition will be used in creating the algorithm for the game.

User Mark Woon
by
3.9k points

1 Answer

8 votes

Answer:

To make the problem a bit easier to solve.

Step-by-step explanation:

Decomposition is the process of breaking a large problem into smaller subproblems. If a problem is not decomposed, it is much harder to solve. Dealing with many different stages all at once is much more difficult than breaking a problem down into a number of smaller problems and solving each one, one at a time.

User Anthony Leach
by
4.2k points