Solution Path in Problem Solving

Goals

  1. Describe a solution path.
  2. When you are problem solving, figure out and follow the best solution path.

Path (What)

In general, a path is a sequence of steps and actions arranged in a clear direction that leads from your current state to your desired end state.

In problem solving, the solution path is the specific direction you choose and the ordered steps you take to move from the present state to the goal state.

Rationale

Figure out the best solution path. Most rewards; especially enjoyment. Fewest drawbacks like cost, time, hassles, conflicts, and so on.

Figuring out the Best Path (How To)

Principles

  1. There is a best path.

  2. You don’t need to see the path in its entirety, especially at the start of solving a problem. All you need to see is the next several steps.

  3. You need your goal state figured out prior to figuring out the solution path.

  4. Keep steps small. Small steps are easy to take and you get rewards.

Framework

  1. Look at your goal state.
  2. Consider all the next steps you might take.
  3. Figure out the best one.
  4. Repeat. .