First page Back Continue Last page Graphics
Solving Problems
Polya (How to Solve It)
- Understand the problem
- Make a plan
- Implement the plan
- Look back at the solution
Notes:
I don't think designing development methods is that far different from designing software. It is all problem solving. A in a classic book [Polya] on teaching mathematic George Polya proposes the following process:
Understand the problem;
Make a plan;
Implement the plan; and finally,
Look back at the solution.